comparison lisp/ChangeLog @ 27385:f7b7fdb0f3f4

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 21 Jan 2000 03:42:21 +0000
parents 622e861dce48
children b14445d291dd
comparison
equal deleted inserted replaced
27384:a10a13dd0670 27385:f7b7fdb0f3f4
1 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> 1 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2
3 * subr.el (with-syntax-table): Use make-symbol, not gensym.
2 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.
6 (beginning-of-defun-raw): Use new variable name; doc fix. 8 (beginning-of-defun-raw): Use new variable name; doc fix.
7 (beginning-of-defun): Doc fix. 9 (beginning-of-defun): Doc fix.
8 (end-of-defun-function): Variable renamed from end-of-defun. 10 (end-of-defun-function): Variable renamed from end-of-defun.
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.
18 Allows multiple regexps for detecting the end line. 19 Allows multiple regexps for detecting the end line.
19 (undigestify-rmail-message): Corresponding changes. 20 (undigestify-rmail-message): Corresponding changes.