emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116795: * lisp/simple.el (newline-and-indent): Do a


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r116795: * lisp/simple.el (newline-and-indent): Do autofill.
Date: Tue, 18 Mar 2014 20:49:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116795
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17031
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Tue 2014-03-18 16:49:24 -0400
message:
  * lisp/simple.el (newline-and-indent): Do autofill.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/simple.el                 simple.el-20091113204419-o5vbwnq5f7feedwu-403
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-03-18 12:07:01 +0000
+++ b/lisp/ChangeLog    2014-03-18 20:49:24 +0000
@@ -1,3 +1,7 @@
+2014-03-18  Stefan Monnier  <address@hidden>
+
+       * simple.el (newline-and-indent): Do autofill (bug#17031).
+
 2014-03-18  Dmitry Gutov  <address@hidden>
 
        * newcomment.el (comment-normalize-vars): Only add escaping check

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2014-03-14 18:01:39 +0000
+++ b/lisp/simple.el    2014-03-18 20:49:24 +0000
@@ -611,7 +611,7 @@
 column specified by the function `current-left-margin'."
   (interactive "*")
   (delete-horizontal-space t)
-  (newline 1 t)
+  (newline nil t)
   (indent-according-to-mode))
 
 (defun reindent-then-newline-and-indent ()


reply via email to

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