emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Thu, 17 Nov 2005 13:21:38 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.765 emacs/lisp/simple.el:1.766
*** emacs/lisp/simple.el:1.765  Thu Nov 17 18:18:33 2005
--- emacs/lisp/simple.el        Thu Nov 17 18:21:37 2005
***************
*** 3326,3332 ****
          ;; When adding a newline, don't expand an abbrev.
          (let ((abbrev-mode nil))
            (end-of-line)
!           (insert "\n"))
        (line-move arg nil nil try-vscroll))
      (if (interactive-p)
        (condition-case nil
--- 3326,3332 ----
          ;; When adding a newline, don't expand an abbrev.
          (let ((abbrev-mode nil))
            (end-of-line)
!           (insert hard-newline))
        (line-move arg nil nil try-vscroll))
      (if (interactive-p)
        (condition-case nil




reply via email to

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