emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-hooks.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-hooks.el
Date: Thu, 05 Jun 2003 07:34:08 -0400

Index: emacs/lisp/vc-hooks.el
diff -c emacs/lisp/vc-hooks.el:1.151 emacs/lisp/vc-hooks.el:1.152
*** emacs/lisp/vc-hooks.el:1.151        Sat May 31 13:43:28 2003
--- emacs/lisp/vc-hooks.el      Thu Jun  5 07:34:06 2003
***************
*** 6,12 ****
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.151 2003/05/31 17:43:28 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 6,12 ----
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.152 2003/06/05 11:34:06 fx Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 69,75 ****
    "*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)
  
  (defcustom vc-follow-symlinks 'ask
    "*What to do if visiting a symbolic link to a file under version control.
--- 69,76 ----
    "*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 'backup)
  
  (defcustom vc-follow-symlinks 'ask
    "*What to do if visiting a symbolic link to a file under version control.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]