changeset 51439:d3d6b202a5f2

(last-sexp-toggle-display): Remove stale comment.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 03 Jun 2003 23:14:25 +0000
parents d6166d21c732
children 5c94c67cf9c1
files lisp/emacs-lisp/lisp-mode.el
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Tue Jun 03 22:36:13 2003 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Tue Jun 03 23:14:25 2003 +0000
@@ -425,9 +425,6 @@
 (defun last-sexp-toggle-display (&optional arg)
   "Toggle between abbreviated and unabbreviated printed representations."
   (interactive "P")
-  ;; Normally this command won't be called at end of line.
-  ;; But when the end of the line is also the end of the buffer,
-  ;; it does get called.  For consistency, pretend it was not called.
   (save-restriction
     (widen)
     (let ((value (get-text-property (point) 'printed-value)))