comparison lisp/packages/vc.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 27bc7f280385
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
112 (defconst vc-maximum-comment-ring-size 32 112 (defconst vc-maximum-comment-ring-size 32
113 "Maximum number of saved comments in the comment ring.") 113 "Maximum number of saved comments in the comment ring.")
114 114
115 ;;; XEmacs - This is dumped into loaddefs.el already. 115 ;;; XEmacs - This is dumped into loaddefs.el already.
116 ;; (defvar diff-switches "-c" 116 ;; (defvar diff-switches "-c"
117 ;; "*A string or list of strings specifying switches to be be passed to diff.") 117 ;; "*A string or list of strings specifying switches to be passed to diff.")
118 118
119 ;;;###autoload 119 ;;;###autoload
120 (defvar vc-checkin-hook nil 120 (defvar vc-checkin-hook nil
121 "*List of functions called after a checkin is done. See `run-hooks'.") 121 "*List of functions called after a checkin is done. See `run-hooks'.")
122 122