From: Juanma Barranquero Date: Tue, 3 Jun 2003 23:14:25 +0000 (+0000) Subject: (last-sexp-toggle-display): Remove stale comment. X-Git-Tag: ttn-vms-21-2-B4~9763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8bae9fc04427e8e2c1017512edf2d91dd4acf00;p=emacs.git (last-sexp-toggle-display): Remove stale comment. --- 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." (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)))