# HG changeset patch # User Juanma Barranquero # Date 1054682065 0 # Node ID d3d6b202a5f237d019e458c543877489eb377519 # Parent d6166d21c732d9bf69cdee32f3332285e9792ac7 (last-sexp-toggle-display): Remove stale comment. diff -r d6166d21c732 -r d3d6b202a5f2 lisp/emacs-lisp/lisp-mode.el --- 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)))