aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-06-29 13:00:49 +0000
committerKim F. Storm2004-06-29 13:00:49 +0000
commitd30bef645454b02eef96f408c578c4e235c1d020 (patch)
treefe82f8e22ef0e5b971ce846854b51d997b33cfd9
parent5fa405b602aa2b89044c2a29bd4ec990a7e485b2 (diff)
downloademacs-d30bef645454b02eef96f408c578c4e235c1d020.tar.gz
emacs-d30bef645454b02eef96f408c578c4e235c1d020.zip
(vc-arch-mode-line-rewrite): Add :group 'vc.
-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."
309(defcustom vc-arch-mode-line-rewrite 309(defcustom vc-arch-mode-line-rewrite
310 '(("\\`.*--\\(.*--.*\\)--\\(v?\\).*-\\([0-9]+\\)\\'" . "\\2\\3[\\1]")) 310 '(("\\`.*--\\(.*--.*\\)--\\(v?\\).*-\\([0-9]+\\)\\'" . "\\2\\3[\\1]"))
311 "Rewrite rules to shorten Arch's revision names on the mode-line." 311 "Rewrite rules to shorten Arch's revision names on the mode-line."
312 :type '(repeat (cons regexp string))) 312 :type '(repeat (cons regexp string))
313 :group 'vc)
313 314
314(defun vc-arch-mode-line-string (file) 315(defun vc-arch-mode-line-string (file)
315 "Return string for placement in modeline by `vc-mode-line' for FILE." 316 "Return string for placement in modeline by `vc-mode-line' for FILE."