projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
176a617
)
* lisp/whitespace.el (whitespace-big-indent-regexp): Add :version.
author
Glenn Morris
<rgm@gnu.org>
Tue, 2 Dec 2014 23:37:27 +0000
(18:37 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 2 Dec 2014 23:37:27 +0000
(18:37 -0500)
lisp/ChangeLog
patch
|
blob
|
history
lisp/whitespace.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index c76a721565a8dc346f37aef0b7a48b420da1f1a8..10d48884b2ec2dd751df31d670d2a4781a703fb3 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-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
diff --git
a/lisp/whitespace.el
b/lisp/whitespace.el
index 4edeff99ce5e16236c010a89999a9ec542c174a1..e4577d848c5c9a92040f204a40d6ca4979569cdd 100644
(file)
--- a/
lisp/whitespace.el
+++ b/
lisp/whitespace.el
@@
-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)