/[emacs]/emacs/lisp/emacs-lisp/lisp-mode.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/lisp-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.147 by rms, Tue Jun 3 11:10:31 2003 UTC revision 1.148 by lektu, Tue Jun 3 23:14:25 2003 UTC
# Line 425  alternative printed representations that Line 425  alternative printed representations that
425  (defun last-sexp-toggle-display (&optional arg)  (defun last-sexp-toggle-display (&optional arg)
426    "Toggle between abbreviated and unabbreviated printed representations."    "Toggle between abbreviated and unabbreviated printed representations."
427    (interactive "P")    (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.  
428    (save-restriction    (save-restriction
429      (widen)      (widen)
430      (let ((value (get-text-property (point) 'printed-value)))      (let ((value (get-text-property (point) 'printed-value)))

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26