diff options
author | Dave Love <fx@gnu.org> | 2003-06-05 11:34:06 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-06-05 11:34:06 +0000 |
commit | 8f383484168f51c797e7863838718c0d0cc39a74 (patch) | |
tree | d12e0c244e602fd8f2560307917e4cf1056bd73b /lisp/vc-hooks.el | |
parent | 01ed8ff1e160e41d3800e1ff32c10b43dffe6d35 (diff) | |
download | emacs-8f383484168f51c797e7863838718c0d0cc39a74.tar.gz emacs-8f383484168f51c797e7863838718c0d0cc39a74.tar.bz2 emacs-8f383484168f51c797e7863838718c0d0cc39a74.zip |
(vc-make-backup-files): Add :group backup.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r-- | lisp/vc-hooks.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 2cec6fb2ae0..510dca6b12b 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -6,7 +6,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel <spiegel@gnu.org> -;; $Id: vc-hooks.el,v 1.150 2003/05/08 17:45:08 monnier Exp $ +;; $Id: vc-hooks.el,v 1.151 2003/05/31 17:43:28 monnier Exp $ ;; This file is part of GNU Emacs. @@ -69,7 +69,8 @@ An empty list disables VC altogether." "*If non-nil, backups of registered files are made as with other files. If nil (the default), files covered by version control don't get backups." :type 'boolean - :group 'vc) + :group 'vc + :group 'backup) (defcustom vc-follow-symlinks 'ask "*What to do if visiting a symbolic link to a file under version control. |