diff options
| author | Richard M. Stallman | 2007-01-10 01:15:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-01-10 01:15:19 +0000 |
| commit | eb486e20b02b7382efc8fbd2ec1315a510d69ad3 (patch) | |
| tree | 09e880517ab20ba70075ee82d08b863269f70ac4 /lisp/ChangeLog | |
| parent | 247bc2725b463c492d1990106584a683e00cb464 (diff) | |
| download | emacs-eb486e20b02b7382efc8fbd2ec1315a510d69ad3.tar.gz emacs-eb486e20b02b7382efc8fbd2ec1315a510d69ad3.zip | |
(momentary-string-display): Use save-excursion.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 809f6510b9c..997ead93bc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-01-10 Richard Stallman <rms@gnu.org> | 1 | 2007-01-10 Richard Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * subr.el (momentary-string-display): Use save-excursion. | ||
| 4 | |||
| 3 | * emacs-lisp/pp.el (pp-eval-expression): Once again eval the | 5 | * emacs-lisp/pp.el (pp-eval-expression): Once again eval the |
| 4 | argument, but read it as `X' does. | 6 | argument, but read it as `X' does. |
| 5 | 7 | ||