diff options
| author | Sam Steingold | 2008-04-07 16:01:47 +0000 |
|---|---|---|
| committer | Sam Steingold | 2008-04-07 16:01:47 +0000 |
| commit | 49ec8931145d0bb09986e047a82ff1fe5f0bd27b (patch) | |
| tree | 4083b81ba9c7cd477d08761a6674047c02737624 /lisp/ChangeLog | |
| parent | f7e4a59c5f935e7a303013d06f61539d99f468ed (diff) | |
| download | emacs-49ec8931145d0bb09986e047a82ff1fe5f0bd27b.tar.gz emacs-49ec8931145d0bb09986e047a82ff1fe5f0bd27b.zip | |
lisp-eval-defun & lisp-compile-defun: DEFVAR forms reset the variables
to the init values, similar to emacs-lisp eval-defun
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 :-( |