comparison 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
comparison
equal deleted inserted replaced
27380:59243c413664 27381:622e861dce48
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 * 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.
2 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.
6 15