diff options
author | Kim F. Storm <storm@cua.dk> | 2003-01-26 18:04:26 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2003-01-26 18:04:26 +0000 |
commit | effc336efa0e5446cce0181e5f6f7e83512a0d35 (patch) | |
tree | 07fca1b7a017084593963792e52264881516fadb /lisp/ChangeLog | |
parent | 66777a9012bba9813e731f7fcde7e4fd932378c2 (diff) | |
download | emacs-effc336efa0e5446cce0181e5f6f7e83512a0d35.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 2 |
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> |