Mercurial > hg > xemacs-beta
comparison lisp/packages/vc.el @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 360340f9fd5f |
children | 9b50b4588a93 |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
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 |