]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/whitespace.el (whitespace-big-indent-regexp): Add :version.
authorGlenn Morris <rgm@gnu.org>
Tue, 2 Dec 2014 23:37:27 +0000 (18:37 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 2 Dec 2014 23:37:27 +0000 (18:37 -0500)
lisp/ChangeLog
lisp/whitespace.el

index c76a721565a8dc346f37aef0b7a48b420da1f1a8..10d48884b2ec2dd751df31d670d2a4781a703fb3 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-02  Glenn Morris  <rgm@gnu.org>
+
+       * whitespace.el (whitespace-big-indent-regexp): Add :version.
+
 2014-12-02  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * subr.el (filter): New macro. Because it's just silly for a Lisp
index 4edeff99ce5e16236c010a89999a9ec542c174a1..e4577d848c5c9a92040f204a40d6ca4979569cdd 100644 (file)
@@ -866,6 +866,7 @@ NOTE: Enclose always by \\\\( and \\\\) the elements to highlight.
       Use exactly one pair of enclosing \\\\( and \\\\).
 
 Used when `whitespace-style' includes `big-indent'."
+  :version "25.1"
   :type '(regexp :tag "Detect too much indentation at the beginning of a line")
   :group 'whitespace)