diff options
author | Kim F. Storm <storm@cua.dk> | 2005-04-08 11:57:30 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-04-08 11:57:30 +0000 |
commit | 3bc8f4ac2a5223f9037f6da33eaf28cbe14db362 (patch) | |
tree | b3d05ec1c233a484f82181515aa8b2300876dfb5 | |
parent | e9be14aabca7b59dab6ef7d352c17cff970ed1a7 (diff) | |
download | emacs-3bc8f4ac2a5223f9037f6da33eaf28cbe14db362.tar.gz |
Fix typo.
-rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
-rw-r--r-- | src/ChangeLog.6 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 14c47ab1f30..d8e1065c610 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -503,7 +503,7 @@ 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org> - * gnus-art. (gnus-article-edit-article): Don't associate the + * gnus-art.el (gnus-article-edit-article): Don't associate the article buffer with a draft file. This is a temporary measure against the 2004-08-22 change to gnus-article-edit-mode. diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index 67569eedeca..2da83619eb4 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 @@ -1079,7 +1079,7 @@ scroll_bar_up_arrow, scroll_bar_down_arrow. (win32_scroll_bar_click): New enum constant. -1996-05-03 Andrw Innes <andrewi@harlequin.co.uk> +1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> * makefile.nt (SUBSYSTEM) [NTGUI]: Remove conditional. (LINK_FLAGS): Explicitly set base address, and stack and heap sizes. |