Mercurial > emacs
comparison lisp/ChangeLog @ 27811:ea77f3c0f877
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 22 Feb 2000 20:16:31 +0000 |
parents | 2999ff7760b6 |
children | d46def731356 |
comparison
equal
deleted
inserted
replaced
27810:1d7650c95e0a | 27811:ea77f3c0f877 |
---|---|
1 2000-02-22 Dave Love <fx@gnu.org> | |
2 | |
3 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table) | |
4 (lisp-mode-map, lisp-interaction-mode-map): Define all inside | |
5 defvar. | |
6 (lisp-mode-syntax-table): Set up for #|...|# comments. | |
7 (lisp-imenu-generic-expression): Purecopy strings. Use syntax | |
8 classes. Match `defface'. | |
9 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options. | |
10 (eval-defun-1): Fix for defcustom. | |
11 (lisp-indent-region): Doc fix. | |
12 | |
13 * subr.el (when, unless, split-string): Doc fix. | |
14 (read-passwd): Move call of clear-this-command-keys to the right | |
15 place. | |
16 (replace-regexps-in-string): New function. | |
17 | |
1 2000-02-22 Gerd Moellmann <gerd@gnu.org> | 18 2000-02-22 Gerd Moellmann <gerd@gnu.org> |
2 | 19 |
3 * help.el (describe-variable): Set syntax table to | 20 * help.el (describe-variable): Set syntax table to |
4 emacs-lisp-mode-syntax-table when moving forward over the | 21 emacs-lisp-mode-syntax-table when moving forward over the |
5 symbol's name. | 22 symbol's name. |