Mercurial > emacs
comparison lisp/ChangeLog @ 50687:743008c05867
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Apr 2003 01:58:49 +0000 |
parents | d92b5086170c |
children | d7f480650128 |
comparison
equal
deleted
inserted
replaced
50686:aa1ab04e0488 | 50687:743008c05867 |
---|---|
1 2003-04-23 Richard M. Stallman <rms@gnu.org> | 1 2003-04-23 Richard M. Stallman <rms@gnu.org> |
2 | |
3 * files.el (view-read-only): Doc fix. | |
4 | |
5 * simple.el (back-to-indentation): Call backward-prefix-chars. | |
6 | |
7 * help-mode.el (help-make-xrefs): Clean up the loop that scans | |
8 over a keymap inserted by \\{...}; it now stops at end of buffer. | |
9 | |
10 * filesets.el: Don't call filesets-init. | |
11 | |
12 * emacs-lisp/bytecomp.el (byte-compile-defun): Generate and | |
13 compile a defalias form, unless byte-compile-compatibility. | |
2 | 14 |
3 * progmodes/scheme.el (scheme-mode-syntax-table): | 15 * progmodes/scheme.el (scheme-mode-syntax-table): |
4 Use prefix syntax for ', `, comma, @ and #. | 16 Use prefix syntax for ', `, comma, @ and #. |
5 | 17 |
6 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): | 18 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): |