diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f51e4a0ab8..e7a74037af8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-04-07 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string): | ||
| 4 | Add helper functions. | ||
| 5 | (lisp-do-defun): Extracted the common part of lisp-eval-defun and | ||
| 6 | lisp-compile-defun; DEFVAR forms reset the variables to the init | ||
| 7 | values, just like in emacs-lisp mode eval-defun. | ||
| 8 | (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun. | ||
| 9 | (lisp-compile-region): Use lisp-compile-string. | ||
| 10 | |||
| 1 | 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 12 | ||
| 3 | * pcvs-util.el (cvs-map): Avoid recursion :-( | 13 | * pcvs-util.el (cvs-map): Avoid recursion :-( |