diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-01 19:16:02 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-03-01 19:16:02 +0000 |
commit | 8e7883692a55a3fcf2b19f9b86b11947a490f6c8 (patch) | |
tree | 7a43149a8676829d7b2ed1bdb3eb9cc6647bdb71 /lisp/vc-mtn.el | |
parent | 04ba431364ac0a6b53fc709efe234086a22f71fe (diff) | |
download | emacs-8e7883692a55a3fcf2b19f9b86b11947a490f6c8.tar.gz |
* textmodes/css-mode.el (css-indent-offset, css-electric-keys):
* textmodes/bibtex-style.el (bibtex-style-indent-basic):
* progmodes/verilog-mode.el (verilog-mode):
* net/socks.el (socks):
* vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
Diffstat (limited to 'lisp/vc-mtn.el')
-rw-r--r-- | lisp/vc-mtn.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc-mtn.el b/lisp/vc-mtn.el index a372ddbabaa..e293af4e836 100644 --- a/lisp/vc-mtn.el +++ b/lisp/vc-mtn.el @@ -110,6 +110,7 @@ '(("\\`[^:/#]*[:/#]" . "")) ;Drop the host part. "Rewrite rules to shorten Mtn's revision names on the mode-line." :type '(repeat (cons regexp string)) + :version "22.2" :group 'vc) (defun vc-mtn-mode-line-string (file) |