# HG changeset patch # User Richard M. Stallman # Date 948422803 0 # Node ID 622e861dce4805fc9d968ffb08b87b0597544b76 # Parent 59243c413664a7563b96b10fc22d902d6dc76ef0 *** empty log message *** diff -r 59243c413664 -r 622e861dce48 etc/NEWS --- a/etc/NEWS Fri Jan 21 02:44:44 2000 +0000 +++ b/etc/NEWS Fri Jan 21 02:46:43 2000 +0000 @@ -403,8 +403,8 @@ *** RET is now bound in the Rmail summary to rmail-summary-goto-msg, like `j'. -*** There is a new user option `rmail-digest-end-regexp's that can be -used to specify regular expressions to detect the line that ends a +*** There is a new user option `rmail-digest-end-regexps' that +specifies the regular expressions to detect the line that ends a digest message. ** Changes to TeX mode diff -r 59243c413664 -r 622e861dce48 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jan 21 02:44:44 2000 +0000 +++ b/lisp/ChangeLog Fri Jan 21 02:46:43 2000 +0000 @@ -1,5 +1,14 @@ 2000-01-20 Richard M. Stallman + * emacs-lisp/lisp.el (beginning-of-defun-function): + Variable renamed from beginning-of-defun. + Do not call make-variable-buffer-local. + (beginning-of-defun-raw): Use new variable name; doc fix. + (beginning-of-defun): Doc fix. + (end-of-defun-function): Variable renamed from end-of-defun. + Do not call make-variable-buffer-local. + (end-of-defun): Use new variable name; doc fix. + * emacs-lisp/cl-macs.el (dolist, dotimes): Moved to subr.el. * subr.el (dolist, dotimes): Moved from cl-macs.el.