From 24929bb81e1c0bea71320746abc7c4f828d8377d Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 25 Feb 1998 14:13:34 +0000 Subject: [PATCH] (eword-decode-version): Use `semi-version'; abolish `eword-decode-RCS-ID'. --- eword-decode.el | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/eword-decode.el b/eword-decode.el index 5fa3aed..6ce12a4 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -1,6 +1,6 @@ ;;; eword-decode.el --- RFC 2047 based encoded-word decoder for GNU Emacs -;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: ENAMI Tsugutomo ;; MORIOKA Tomohiko @@ -10,10 +10,10 @@ ;; Renamed: 1993/06/03 to tiny-mime.el ;; Renamed: 1995/10/03 from tiny-mime.el (split off encoder) ;; Renamed: 1997/02/22 from tm-ew-d.el -;; Version: $Revision: 1.10 $ +;; Version: $Revision: 1.11 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Spadework for Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -40,13 +40,8 @@ "Encoded-word decoding" :group 'mime) - -;;; @ version -;;; - -(defconst eword-decode-RCS-ID - "$Id: eword-decode.el,v 1.10 1998-02-25 13:28:53 morioka Exp $") -(defconst eword-decode-version (get-version-string eword-decode-RCS-ID)) +(defconst eword-decode-version + `,(mapconcat #'number-to-string (cdr semi-version) ".")) ;;; @ MIME encoded-word definition -- 1.7.10.4