comparison lisp/ChangeLog @ 30693:fc3acf3f8131

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 08 Aug 2000 18:42:55 +0000
parents 77dfebdf286a
children 1aa99b200d0b
comparison
equal deleted inserted replaced
30692:b2cc8b3e837e 30693:fc3acf3f8131
1 2000-08-08 Gerd Moellmann <gerd@gnu.org> 1 2000-08-08 Gerd Moellmann <gerd@gnu.org>
2
3 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4 non-nil.
5 (Info-file-list-for-emacs): Remove "info" from the list because
6 that leads to trying to use the documentation from file `info'
7 in various situations where it isn't appropriate, for instance
8 C-h C-k C-h i.
9
10 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11 DIR and/or STRING are nil.
12
13 * progmodes/compile.el (compilation-setup): Make variable
14 compilation-error-screen-columns buffer-local, as some comment
15 in the code suggests it should be.
16
17 * files.el (auto-mode-interpreter-regexp): New variable.
18 (set-auto-mode): Use it.
19
20 * indent.el (indent-for-tab-command): Doc fix.
21
22 * mouse-sel.el (mouse-sel-mode): Doc fix.
2 23
3 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' 24 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4 labels. 25 labels.
5 26
6 * help.el (print-help-return-message): When 27 * help.el (print-help-return-message): When