/[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.142 by rms, Wed Apr 9 01:32:45 2003 UTC revision 1.143 by rms, Mon Apr 14 10:09:35 2003 UTC
# Line 426  alternative printed representations that Line 426  alternative printed representations that
426    ;; But when the end of the line is also the end of the buffer,    ;; But when the end of the line is also the end of the buffer,
427    ;; it does get called.  For consistency, pretend it was not called.    ;; it does get called.  For consistency, pretend it was not called.
428    (if (eobp)    (if (eobp)
429        (newline arg)        (let ((prefix-arg arg))
430            (command-execute (lookup-key global-map (this-single-command-keys))))
431      (let ((value (get-text-property (point) 'printed-value)))      (let ((value (get-text-property (point) 'printed-value)))
432        (when value        (when value
433          (let ((beg (or (previous-single-property-change (min (point-max) (1+ (point)))          (let ((beg (or (previous-single-property-change (min (point-max) (1+ (point)))

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143

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