]> git.eshelyaron.com Git - emacs.git/commitdiff
* simple.el (next-line): Use hard-newline.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 17 Nov 2005 18:21:37 +0000 (18:21 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 17 Nov 2005 18:21:37 +0000 (18:21 +0000)
lisp/ChangeLog
lisp/simple.el

index 00b2f7046dd95f2422f0bf9d52651a3df9ec54e0..4a41732e48ead71eb889a68a3ee697460c7abaa1 100644 (file)
@@ -1,7 +1,7 @@
 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
 
        * simple.el (hard-newline): New variable.
-       (sendmail-user-agent-compose): Use it.
+       (sendmail-user-agent-compose, next-line): Use it.
 
        * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
        (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
index 2474df6c333185428aa9649ed939be105fa0a7d6..c358be1810b399dfd76190f3e2fe8801fbe0ac8b 100644 (file)
@@ -3326,7 +3326,7 @@ and more reliable (no dependence on goal column, etc.)."
          ;; When adding a newline, don't expand an abbrev.
          (let ((abbrev-mode nil))
            (end-of-line)
-           (insert "\n"))
+           (insert hard-newline))
        (line-move arg nil nil try-vscroll))
     (if (interactive-p)
        (condition-case nil