emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117061: * lisp/electric.el (electric-indent-func


From: Stefan Monnier
Subject: [Emacs-diffs] emacs-24 r117061: * lisp/electric.el (electric-indent-functions-without-reindent): Add yaml.
Date: Mon, 05 May 2014 19:04:49 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117061
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-05-05 15:04:40 -0400
message:
  * lisp/electric.el (electric-indent-functions-without-reindent): Add yaml.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/electric.el               electric.el-20091113204419-o5vbwnq5f7feedwu-47
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-05-05 01:46:47 +0000
+++ b/lisp/ChangeLog    2014-05-05 19:04:40 +0000
@@ -1,5 +1,7 @@
 2014-05-05  Stefan Monnier  <address@hidden>
 
+       * electric.el (electric-indent-functions-without-reindent): Add yaml.
+
        * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
        Make sure the new point we return is within the new string (bug#17239).
 

=== modified file 'lisp/electric.el'
--- a/lisp/electric.el  2014-03-21 07:19:21 +0000
+++ b/lisp/electric.el  2014-05-05 19:04:40 +0000
@@ -221,7 +221,8 @@
 (defvar electric-indent-functions-without-reindent
   '(indent-relative indent-to-left-margin indent-relative-maybe
     py-indent-line coffee-indent-line org-indent-line yaml-indent-line
-    haskell-indentation-indent-line haskell-indent-cycle haskell-simple-indent)
+    haskell-indentation-indent-line haskell-indent-cycle haskell-simple-indent
+    yaml-indent-line)
   "List of indent functions that can't reindent.
 If `line-indent-function' is one of those, then `electric-indent-mode' will
 not try to reindent lines.  It is normally better to make the major


reply via email to

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