aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2006-03-06 16:00:19 +0000
committerBill Wohler2006-03-06 16:00:19 +0000
commit971a25abc79be5a13cb334f3a789c90ca856e1f9 (patch)
tree0c785bd0ca1d363a286cdf1f7c0c1685812c9e46
parentfe62aaccd6a3faed55d1181d1cd3495155b23068 (diff)
downloademacs-971a25abc79be5a13cb334f3a789c90ca856e1f9.tar.gz
emacs-971a25abc79be5a13cb334f3a789c90ca856e1f9.zip
(Version, mh-version): Add +cvs to version.
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/mh-e/mh-e.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 83d2e3aa427..0a097cb2f02 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,7 @@
12006-03-06 Bill Wohler <wohler@newt.com>
2
3 * mh-e.el (Version, mh-version): Add +cvs to version.
4
12006-03-05 Satyaki Das <satyaki@theforce.stanford.edu> 52006-03-05 Satyaki Das <satyaki@theforce.stanford.edu>
2 6
3 * mh-search.el (mh-index-update-single-msg): Fix a bug in the 7 * mh-search.el (mh-index-update-single-msg): Fix a bug in the
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index ba2ea7f1bf2..64b625f3ab6 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -6,7 +6,7 @@
6 6
7;; Author: Bill Wohler <wohler@newt.com> 7;; Author: Bill Wohler <wohler@newt.com>
8;; Maintainer: Bill Wohler <wohler@newt.com> 8;; Maintainer: Bill Wohler <wohler@newt.com>
9;; Version: 7.93 9;; Version: 7.93+cvs
10;; Keywords: mail 10;; Keywords: mail
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
@@ -116,7 +116,7 @@
116;; Try to keep variables local to a single file. Provide accessors if 116;; Try to keep variables local to a single file. Provide accessors if
117;; variables are shared. Use this section as a last resort. 117;; variables are shared. Use this section as a last resort.
118 118
119(defconst mh-version "7.93" "Version number of MH-E.") 119(defconst mh-version "7.93+cvs" "Version number of MH-E.")
120 120
121;; Variants 121;; Variants
122 122