aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2000-01-21 03:42:21 +0000
committerRichard M. Stallman2000-01-21 03:42:21 +0000
commit02b14400024bf82a93e91d425e020684b2d41026 (patch)
tree11c6b576fd41b130dd33f9b6a74dcfbd27388911 /lisp
parentb3f070938b0a6d2797eac1772e27de16d2fa8b26 (diff)
downloademacs-02b14400024bf82a93e91d425e020684b2d41026.tar.gz
emacs-02b14400024bf82a93e91d425e020684b2d41026.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f33a206476a..8f320b55992 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> 12000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2 2
3 * subr.el (with-syntax-table): Use make-symbol, not gensym.
4
3 * emacs-lisp/lisp.el (beginning-of-defun-function): 5 * emacs-lisp/lisp.el (beginning-of-defun-function):
4 Variable renamed from beginning-of-defun. 6 Variable renamed from beginning-of-defun.
5 Do not call make-variable-buffer-local. 7 Do not call make-variable-buffer-local.
@@ -9,9 +11,8 @@
9 Do not call make-variable-buffer-local. 11 Do not call make-variable-buffer-local.
10 (end-of-defun): Use new variable name; doc fix. 12 (end-of-defun): Use new variable name; doc fix.
11 13
12 * emacs-lisp/cl-macs.el (dolist, dotimes): Moved to subr.el. 14 * subr.el (dolist, dotimes): Copied from cl-macs.el
13 15 and made to work.
14 * subr.el (dolist, dotimes): Moved from cl-macs.el.
15 16
16 * mail/undigest.el (rmail-digest-end-regexps): 17 * mail/undigest.el (rmail-digest-end-regexps):
17 Variable replaces rmail-digest-end-regexp. 18 Variable replaces rmail-digest-end-regexp.