/[emacs]/emacs/lisp/vc.el
ViewVC logotype

Diff of /emacs/lisp/vc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.354 by spiegel, Mon May 26 10:33:00 2003 UTC revision 1.355 by monnier, Sat May 31 16:47:57 2003 UTC
# Line 62  Line 62 
62  ;; to be installed somewhere on Emacs's path for executables.  ;; to be installed somewhere on Emacs's path for executables.
63  ;;  ;;
64  ;; If your site uses the ChangeLog convention supported by Emacs, the  ;; If your site uses the ChangeLog convention supported by Emacs, the
65  ;; function vc-comment-to-change-log should prove a useful checkin hook.  ;; function log-edit-comment-to-change-log could prove a useful checkin hook,
66    ;; although you might prefer to use C-c C-a (i.e. log-edit-insert-changelog)
67    ;; from the commit buffer instead or to set `log-edit-setup-invert'.
68  ;;  ;;
69  ;; The vc code maintains some internal state in order to reduce expensive  ;; The vc code maintains some internal state in order to reduce expensive
70  ;; version-control operations to a minimum.  Some names are only computed  ;; version-control operations to a minimum.  Some names are only computed
# Line 518  These are passed to the checkin program Line 520  These are passed to the checkin program
520    :group 'vc    :group 'vc
521    :version "20.3")    :version "20.3")
522    
523  (defcustom vc-directory-exclusion-list '("SCCS" "RCS" "CVS")  (defcustom vc-directory-exclusion-list '("SCCS" "RCS" "CVS" "MCVS" ".svn")
524    "*List of directory names to be ignored when walking directory trees."    "*List of directory names to be ignored when walking directory trees."
525    :type '(repeat string)    :type '(repeat string)
526    :group 'vc)    :group 'vc)
# Line 558  See `run-hooks'." Line 560  See `run-hooks'."
560  ;;;###autoload  ;;;###autoload
561  (defcustom vc-checkin-hook nil  (defcustom vc-checkin-hook nil
562    "*Normal hook (list of functions) run after a checkin is done.    "*Normal hook (list of functions) run after a checkin is done.
563  See `run-hooks'."  See also `log-edit-done-hook'."
564    :type 'hook    :type 'hook
565    :options '(vc-comment-to-change-log)    :options '(log-edit-comment-to-change-log)
566    :group 'vc)    :group 'vc)
567    
568  ;;;###autoload  ;;;###autoload

Legend:
Removed from v.1.354  
changed lines
  Added in v.1.355

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26