From: morioka Date: Thu, 15 Jul 1999 07:59:49 +0000 (+0000) Subject: Remove RCS magic cookie. X-Git-Tag: mu-cite-8_0~54 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmu-cite.git;a=commitdiff_plain;h=3b7b40036a4d74e98f9614472e32084087bc6c13 Remove RCS magic cookie. Change Maintainer. --- diff --git a/mu-cite.el b/mu-cite.el index bdc9d41..b9ef71c 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -1,12 +1,11 @@ ;;; mu-cite.el --- yet another citation tool for GNU Emacs -;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; MINOURA Makoto ;; Shuhei KOBAYASHI -;; Maintainer: Shuhei KOBAYASHI -;; Version: $Revision: 7.51 $ +;; Maintainer: Katsumi Yamaoka ;; Keywords: mail, news, citation ;; This file is part of MU (Message Utilities). @@ -54,15 +53,7 @@ ;;; @ version ;;; -(defsubst get-version-string (id) - "Return a version-string from RCS ID." - (and (string-match ",v \\([0-9][0-9.][0-9.]+\\)" id) - (substring id (match-beginning 1)(match-end 1)) - )) - -(defconst mu-cite/RCS-ID - "$Id: mu-cite.el,v 7.51 1998/02/13 10:11:54 morioka Exp $") -(defconst mu-cite/version (get-version-string mu-cite/RCS-ID)) +(defconst mu-cite/version "7.52") ;;; @ formats