]> code.delx.au - gnu-emacs/commitdiff
(last-sexp-toggle-display): Remove stale comment.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 3 Jun 2003 23:14:25 +0000 (23:14 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 3 Jun 2003 23:14:25 +0000 (23:14 +0000)
lisp/emacs-lisp/lisp-mode.el

index 679a914168918221ce9cd1f0062539afe747960b..ca4e7f10a68443f87f273fad1906cc1ed2ef62b3 100644 (file)
@@ -425,9 +425,6 @@ alternative printed representations that can be displayed."
 (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)))