]> code.delx.au - gnu-emacs/commitdiff
(vc-arch-mode-line-rewrite): Add :group 'vc.
authorKim F. Storm <storm@cua.dk>
Tue, 29 Jun 2004 13:00:49 +0000 (13:00 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 29 Jun 2004 13:00:49 +0000 (13:00 +0000)
lisp/vc-arch.el

index a439174556ec7b4eaf91edf221abdfcfcba563a1..5f24599241ca6453b6baa439d13efa6e874d02a1 100644 (file)
@@ -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."