aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-26 13:41:54 +0000
committerGerd Moellmann2001-07-26 13:41:54 +0000
commitac49effecf3be69b639fa6fb5892d2e44cb07630 (patch)
tree62857ee81ab60ce7081c2923ba9503d9070a2a1b /lisp/ChangeLog
parent8f4f953c20e34ef4664d20fa1f069796af5201d2 (diff)
downloademacs-ac49effecf3be69b639fa6fb5892d2e44cb07630.tar.gz
emacs-ac49effecf3be69b639fa6fb5892d2e44cb07630.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
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 @@
12001-07-26 Gerd Moellmann <gerd@gnu.org> 12001-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