diff options
| author | Glenn Morris | 2014-12-02 18:37:27 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-12-02 18:37:27 -0500 |
| commit | e9b68bc258f30aa7d4c38ddf0a3e5bfa88c9d01d (patch) | |
| tree | e444059069412fe96985d39e408e6bdbfc2db079 /lisp | |
| parent | 176a61738c8f393f288946d6142b5fdc1809921c (diff) | |
| download | emacs-e9b68bc258f30aa7d4c38ddf0a3e5bfa88c9d01d.tar.gz emacs-e9b68bc258f30aa7d4c38ddf0a3e5bfa88c9d01d.zip | |
* lisp/whitespace.el (whitespace-big-indent-regexp): Add :version.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/whitespace.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c76a721565a..10d48884b2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-12-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * whitespace.el (whitespace-big-indent-regexp): Add :version. | ||
| 4 | |||
| 1 | 2014-12-02 Eric S. Raymond <esr@snark.thyrsus.com> | 5 | 2014-12-02 Eric S. Raymond <esr@snark.thyrsus.com> |
| 2 | 6 | ||
| 3 | * subr.el (filter): New macro. Because it's just silly for a Lisp | 7 | * subr.el (filter): New macro. Because it's just silly for a Lisp |
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 4edeff99ce5..e4577d848c5 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el | |||
| @@ -866,6 +866,7 @@ NOTE: Enclose always by \\\\( and \\\\) the elements to highlight. | |||
| 866 | Use exactly one pair of enclosing \\\\( and \\\\). | 866 | Use exactly one pair of enclosing \\\\( and \\\\). |
| 867 | 867 | ||
| 868 | Used when `whitespace-style' includes `big-indent'." | 868 | Used when `whitespace-style' includes `big-indent'." |
| 869 | :version "25.1" | ||
| 869 | :type '(regexp :tag "Detect too much indentation at the beginning of a line") | 870 | :type '(regexp :tag "Detect too much indentation at the beginning of a line") |
| 870 | :group 'whitespace) | 871 | :group 'whitespace) |
| 871 | 872 | ||