aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-06-03 23:14:25 +0000
committerJuanma Barranquero2003-06-03 23:14:25 +0000
commitd8bae9fc04427e8e2c1017512edf2d91dd4acf00 (patch)
tree31f07a469d801a58a9b43a66e5327d45d500621c
parent1e802fb5427a721c752c87a1d9ecd0e4e6103eff (diff)
downloademacs-d8bae9fc04427e8e2c1017512edf2d91dd4acf00.tar.gz
emacs-d8bae9fc04427e8e2c1017512edf2d91dd4acf00.zip
(last-sexp-toggle-display): Remove stale comment.
-rw-r--r--lisp/emacs-lisp/lisp-mode.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index 679a9141689..ca4e7f10a68 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -425,9 +425,6 @@ alternative printed representations that can be displayed."
425(defun last-sexp-toggle-display (&optional arg) 425(defun last-sexp-toggle-display (&optional arg)
426 "Toggle between abbreviated and unabbreviated printed representations." 426 "Toggle between abbreviated and unabbreviated printed representations."
427 (interactive "P") 427 (interactive "P")
428 ;; Normally this command won't be called at end of line.
429 ;; But when the end of the line is also the end of the buffer,
430 ;; it does get called. For consistency, pretend it was not called.
431 (save-restriction 428 (save-restriction
432 (widen) 429 (widen)
433 (let ((value (get-text-property (point) 'printed-value))) 430 (let ((value (get-text-property (point) 'printed-value)))