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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el
Date: Mon, 14 Apr 2003 06:09:35 -0400

Index: emacs/lisp/emacs-lisp/lisp-mode.el
diff -c emacs/lisp/emacs-lisp/lisp-mode.el:1.142 
emacs/lisp/emacs-lisp/lisp-mode.el:1.143
*** emacs/lisp/emacs-lisp/lisp-mode.el:1.142    Tue Apr  8 21:32:45 2003
--- emacs/lisp/emacs-lisp/lisp-mode.el  Mon Apr 14 06:09:35 2003
***************
*** 426,432 ****
    ;; 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.
    (if (eobp)
!       (newline arg)
      (let ((value (get-text-property (point) 'printed-value)))
        (when value
        (let ((beg (or (previous-single-property-change (min (point-max) (1+ 
(point)))
--- 426,433 ----
    ;; 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.
    (if (eobp)
!       (let ((prefix-arg arg))
!       (command-execute (lookup-key global-map (this-single-command-keys))))
      (let ((value (get-text-property (point) 'printed-value)))
        (when value
        (let ((beg (or (previous-single-property-change (min (point-max) (1+ 
(point)))




reply via email to

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