* lisp/whitespace.el (whitespace-big-indent-regexp): Add :version.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user