diff options
| author | Richard M. Stallman | 2000-01-21 02:46:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2000-01-21 02:46:43 +0000 |
| commit | 5bb6f079e54ceeec1794a287f793e6b47f3575f1 (patch) | |
| tree | f0317238124f80d696c41ab72b76261bada547ae | |
| parent | ab22ee535481633703793d8380ecf147b5d32304 (diff) | |
| download | emacs-5bb6f079e54ceeec1794a287f793e6b47f3575f1.tar.gz emacs-5bb6f079e54ceeec1794a287f793e6b47f3575f1.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 |
2 files changed, 11 insertions, 2 deletions
| @@ -403,8 +403,8 @@ the buffer whose process should be used from the mini-buffer. | |||
| 403 | *** RET is now bound in the Rmail summary to rmail-summary-goto-msg, | 403 | *** RET is now bound in the Rmail summary to rmail-summary-goto-msg, |
| 404 | like `j'. | 404 | like `j'. |
| 405 | 405 | ||
| 406 | *** There is a new user option `rmail-digest-end-regexp's that can be | 406 | *** There is a new user option `rmail-digest-end-regexps' that |
| 407 | used to specify regular expressions to detect the line that ends a | 407 | specifies the regular expressions to detect the line that ends a |
| 408 | digest message. | 408 | digest message. |
| 409 | 409 | ||
| 410 | ** Changes to TeX mode | 410 | ** Changes to TeX mode |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dfcc99a2300..f33a206476a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 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 | 2 | ||
| 3 | * emacs-lisp/lisp.el (beginning-of-defun-function): | ||
| 4 | Variable renamed from beginning-of-defun. | ||
| 5 | Do not call make-variable-buffer-local. | ||
| 6 | (beginning-of-defun-raw): Use new variable name; doc fix. | ||
| 7 | (beginning-of-defun): Doc fix. | ||
| 8 | (end-of-defun-function): Variable renamed from end-of-defun. | ||
| 9 | Do not call make-variable-buffer-local. | ||
| 10 | (end-of-defun): Use new variable name; doc fix. | ||
| 11 | |||
| 3 | * emacs-lisp/cl-macs.el (dolist, dotimes): Moved to subr.el. | 12 | * emacs-lisp/cl-macs.el (dolist, dotimes): Moved to subr.el. |
| 4 | 13 | ||
| 5 | * subr.el (dolist, dotimes): Moved from cl-macs.el. | 14 | * subr.el (dolist, dotimes): Moved from cl-macs.el. |