Mercurial > emacs
diff lisp/ChangeLog @ 27381:622e861dce48
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Jan 2000 02:46:43 +0000 |
parents | af3075bcc264 |
children | f7b7fdb0f3f4 |
line wrap: on
line diff
--- 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 <rms@caffeine.ai.mit.edu> + * 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.