summaryrefslogtreecommitdiff
path: root/lisp/vc-arch.el
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-06-29 13:00:49 +0000
committerKim F. Storm <storm@cua.dk>2004-06-29 13:00:49 +0000
commitd30bef645454b02eef96f408c578c4e235c1d020 (patch)
treefe82f8e22ef0e5b971ce846854b51d997b33cfd9 /lisp/vc-arch.el
parent5fa405b602aa2b89044c2a29bd4ec990a7e485b2 (diff)
downloademacs-d30bef645454b02eef96f408c578c4e235c1d020.tar.gz
(vc-arch-mode-line-rewrite): Add :group 'vc.
Diffstat (limited to 'lisp/vc-arch.el')
-rw-r--r--lisp/vc-arch.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc-arch.el b/lisp/vc-arch.el
index a439174556e..5f24599241c 100644
--- a/lisp/vc-arch.el
+++ b/lisp/vc-arch.el
@@ -309,7 +309,8 @@ Return non-nil if FILE is unchanged."
(defcustom vc-arch-mode-line-rewrite
'(("\\`.*--\\(.*--.*\\)--\\(v?\\).*-\\([0-9]+\\)\\'" . "\\2\\3[\\1]"))
"Rewrite rules to shorten Arch's revision names on the mode-line."
- :type '(repeat (cons regexp string)))
+ :type '(repeat (cons regexp string))
+ :group 'vc)
(defun vc-arch-mode-line-string (file)
"Return string for placement in modeline by `vc-mode-line' for FILE."