diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de29a5ae4e8..53746876b0a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,12 @@ | |||
| 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): Don't search for | ||
| 4 | `...', compare with unabbreviated printed representation instead. | ||
| 5 | (last-sexp-print): Bind print-length and print-level to nil. | ||
| 6 | |||
| 3 | * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...' | 7 | * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...' |
| 4 | before assigning text properties. Make properties rear-nonsticky. | 8 | before assigning text properties. Make properties rear-nonsticky. |
| 5 | 9 | ||
| 6 | * emacs-lisp/lisp-mode.el (last-sexp-print): New function. | 10 | * emacs-lisp/lisp-mode.el (last-sexp-print): New function. |
| 7 | (eval-last-sexp-1): Give printed text a `keymap' property and bind | 11 | (eval-last-sexp-1): Give printed text a `keymap' property and bind |
| 8 | <mouse-2> and <RET> in that map to a function printing the | 12 | <mouse-2> and <RET> in that map to a function printing the |