# HG changeset patch # User Kim F. Storm # Date 1088514049 0 # Node ID 9d529d2aac14677fba98cdc26c5f1b6bc6034dc6 # Parent 6927460589c544bce2b92f3e4c835b6df7a05700 (vc-arch-mode-line-rewrite): Add :group 'vc. diff -r 6927460589c5 -r 9d529d2aac14 lisp/vc-arch.el --- 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."