emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el
Date: Tue, 03 Jun 2003 19:14:25 -0400

Index: emacs/lisp/emacs-lisp/lisp-mode.el
diff -c emacs/lisp/emacs-lisp/lisp-mode.el:1.147 
emacs/lisp/emacs-lisp/lisp-mode.el:1.148
*** emacs/lisp/emacs-lisp/lisp-mode.el:1.147    Tue Jun  3 07:10:31 2003
--- emacs/lisp/emacs-lisp/lisp-mode.el  Tue Jun  3 19:14:25 2003
***************
*** 425,433 ****
  (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)))
--- 425,430 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]