summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-01-26 18:04:26 +0000
committerKim F. Storm <storm@cua.dk>2003-01-26 18:04:26 +0000
commiteffc336efa0e5446cce0181e5f6f7e83512a0d35 (patch)
tree07fca1b7a017084593963792e52264881516fadb /lisp/ChangeLog
parent66777a9012bba9813e731f7fcde7e4fd932378c2 (diff)
downloademacs-effc336efa0e5446cce0181e5f6f7e83512a0d35.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 31732937f0e..4319ef62760 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,8 @@
* info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
Don't search for next colon if current colon is followed by
one of ".", ",", ";", or ")".
+ (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
+ (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
2003-01-26 Richard M. Stallman <rms@gnu.org>