changeset 56283:9d529d2aac14

(vc-arch-mode-line-rewrite): Add :group 'vc.
author Kim F. Storm <storm@cua.dk>
date Tue, 29 Jun 2004 13:00:49 +0000
parents 6927460589c5
children dc1d86b8bbbe
files lisp/vc-arch.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-arch.el	Tue Jun 29 12:58:14 2004 +0000
+++ b/lisp/vc-arch.el	Tue Jun 29 13:00:49 2004 +0000
@@ -309,7 +309,8 @@
 (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."