* lisp/whitespace.el (whitespace-big-indent-regexp): Add :version.

This commit is contained in:
Glenn Morris 2014-12-02 18:37:27 -05:00
parent 176a61738c
commit e9b68bc258
2 changed files with 5 additions and 0 deletions

View 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

View 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)