Mercurial > hg > xemacs-beta
comparison lisp/packages/vc.el @ 32:e04119814345 r19-15b99
Import from CVS: tag r19-15b99
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:56 +0200 |
parents | ec9a17fef872 |
children | 56c54cf7c5b6 |
comparison
equal
deleted
inserted
replaced
31:b9328a10c56c | 32:e04119814345 |
---|---|
112 | 112 |
113 (defconst vc-maximum-comment-ring-size 32 | 113 (defconst vc-maximum-comment-ring-size 32 |
114 "Maximum number of saved comments in the comment ring.") | 114 "Maximum number of saved comments in the comment ring.") |
115 | 115 |
116 ;;; XEmacs - This is dumped into loaddefs.el already. | 116 ;;; XEmacs - This is dumped into loaddefs.el already. |
117 ;; Not any more! -sb | 117 ;(defvar diff-switches "-c" |
118 (defvar diff-switches "-c" | 118 ; "*A string or list of strings specifying switches to be passed to diff.") |
119 "*A string or list of strings specifying switches to be passed to diff.") | |
120 | 119 |
121 ;;;###autoload | 120 ;;;###autoload |
122 (defvar vc-checkin-hook nil | 121 (defvar vc-checkin-hook nil |
123 "*List of functions called after a checkin is done. See `run-hooks'.") | 122 "*List of functions called after a checkin is done. See `run-hooks'.") |
124 | 123 |