summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-01-15 03:17:16 +0000
committerGlenn Morris <rgm@gnu.org>2009-01-15 03:17:16 +0000
commit49fda4f99617e09ced50f5f89c94952c3438cdf3 (patch)
tree4609e87aaaa26ef3149123e1d1ac35b3043aa5ff
parent68c9cca80341af73258ecb5a1e360fca0c8a0877 (diff)
downloademacs-49fda4f99617e09ced50f5f89c94952c3438cdf3.tar.gz
Fix typo.
Format fix for authors.el.
-rw-r--r--lisp/mh-e/ChangeLog.19
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1
index 645ad0d8452..71e4e9cb264 100644
--- a/lisp/mh-e/ChangeLog.1
+++ b/lisp/mh-e/ChangeLog.1
@@ -6383,7 +6383,7 @@
New interactive functions which jumps to search results of next
and previous folders respectively.
- * mh-loadddefs.el: Regenerated.
+ * mh-loaddefs.el: Regenerated.
* mh-index.el (mh-index-delete-folder-headers): Arrange for
mh-goto-cur-msg to just go to the current message.
@@ -9919,10 +9919,9 @@
2002-05-25 Satyaki Das <satyaki@theforce.stanford.edu>
- * compilation: Reduce use of eval-when-compile so that load-path
- is not changed if lisp files are loaded without compilation. Small
- changes were made to Makefile, mh-comp.el mh-e.el, mh-funcs.el,
- mh-seq.el, mh-utils.el
+ * Makefile, mh-comp.el, mh-e.el, mh-funcs.el, mh-seq.el, mh-utils.el:
+ Reduce use of eval-when-compile so that load-path is
+ not changed if lisp files are loaded without compilation.
* mh-e.el (mh-next-button, mh-folder-mode-map): New interactive
function to advance point to next MIME button. It is bound to TAB.