Mercurial > emacs
changeset 51480:3da903950521
(vc-make-backup-files): Add :group backup.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 05 Jun 2003 11:34:06 +0000 |
parents | 4f9ddb5b4715 |
children | 61e9f97f476a |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc-hooks.el Thu Jun 05 01:28:15 2003 +0000 +++ b/lisp/vc-hooks.el Thu Jun 05 11:34:06 2003 +0000 @@ -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 @@ "*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.