aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-05-21 17:26:31 +0000
committerKarl Heuer <[email protected]>1996-05-21 17:26:31 +0000
commit2b70d21e17b371e69611c322579718b66eb73b5c (patch)
tree3219b2b1e6f0ce46daacb13aa6a44e690c1491d8 /lisp
parent2a42e8f6ac76be9765a5a6de69ec8489554c4eaa (diff)
(mh-version): Use mh-e-RCS-id rather than mh-e-version
and mh-e-time-stamp.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/mh-e.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/mh-e.el b/lisp/mail/mh-e.el
index 134d5d87cb..0a32ca2768 100644
--- a/lisp/mail/mh-e.el
+++ b/lisp/mail/mh-e.el
@@ -60,7 +60,7 @@
;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985.
;; Rewritten for GNU Emacs, James Larus 1985. [email protected]
;; Modified by Stephen Gildea 1988. [email protected]
-(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.12 1996/01/20 02:47:33 erik Exp kwzh $")
+(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.13 1996/01/25 01:02:59 kwzh Exp kwzh $")
;;; Code:
@@ -519,7 +519,7 @@ provided, then prompt for the message sequence."
(mh-find-progs)
(set-buffer (get-buffer-create mh-temp-buffer))
(erase-buffer)
- (insert " mh-e info:\n\nversion: " mh-e-version "\n" mh-e-time-stamp
+ (insert " mh-e info:\n\nversion: " mh-e-RCS-id
"\nEmacs: " emacs-version " on " (symbol-name system-type) " ")
(condition-case ()
(call-process "uname" nil t nil "-a")