From 3b7b40036a4d74e98f9614472e32084087bc6c13 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 15 Jul 1999 07:59:49 +0000 Subject: [PATCH] Remove RCS magic cookie. Change Maintainer. --- mu-cite.el | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) 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 -- 1.7.10.4