diff options
| author | Gerd Moellmann | 2001-07-26 13:34:32 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-26 13:34:32 +0000 |
| commit | be4a68f92a947ed48393f1ff99e305f250a0b4bb (patch) | |
| tree | e2ecf1f0aba4d23814c245d02a9a223a6d26f949 /lisp/ChangeLog | |
| parent | 61a925c117ea9ccfaed6d83693a4e3fc638d18c4 (diff) | |
| download | emacs-be4a68f92a947ed48393f1ff99e305f250a0b4bb.tar.gz emacs-be4a68f92a947ed48393f1ff99e305f250a0b4bb.zip | |
(eval-last-sexp-1): Look for a `...'
before assigning text properties. Make properties rear-nonsticky.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd9de63f868..de29a5ae4e8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-07-26 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-07-26 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...' | ||
| 4 | before assigning text properties. Make properties rear-nonsticky. | ||
| 5 | |||
| 3 | * emacs-lisp/lisp-mode.el (last-sexp-print): New function. | 6 | * emacs-lisp/lisp-mode.el (last-sexp-print): New function. |
| 4 | (eval-last-sexp-1): Give printed text a `keymap' property and bind | 7 | (eval-last-sexp-1): Give printed text a `keymap' property and bind |
| 5 | <mouse-2> and <RET> in that map to a function printing the | 8 | <mouse-2> and <RET> in that map to a function printing the |