mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/whitespace.el (whitespace-big-indent-regexp): Add :version.
This commit is contained in:
parent
176a61738c
commit
e9b68bc258
2 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue