comparison lisp/ChangeLog @ 38573:37d0e44d564c

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 26 Jul 2001 12:34:25 +0000
parents 23742d891316
children 6c6ed5ba3813
comparison
equal deleted inserted replaced
38572:107f826252d2 38573:37d0e44d564c
1 2001-07-26 Gerd Moellmann <gerd@gnu.org> 1 2001-07-26 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4 (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
6 unabbreviated value.
2 7
3 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output 8 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4 is a buffer, put a text property `printed-value' on the printed 9 is a buffer, put a text property `printed-value' on the printed
5 representation, with the Lisp object printed as value. 10 representation, with the Lisp object printed as value.
6 11