/[emacs]/emacs/lisp/pcvs-defs.el
ViewVC logotype

Diff of /emacs/lisp/pcvs-defs.el

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

revision 1.20 by monnier, Tue Nov 12 21:04:48 2002 UTC revision 1.21 by lektu, Wed Feb 5 23:12:41 2003 UTC
# Line 137  current line.  See also `cvs-invert-igno Line 137  current line.  See also `cvs-invert-igno
137    :group 'pcl-cvs    :group 'pcl-cvs
138    :type '(boolean))    :type '(boolean))
139    
140  (defvar cvs-diff-ignore-marks t  (defvar cvs-diff-ignore-marks t)
141    "Obsolete: use `cvs-invert-ignore-marks' instead.")  (make-obsolete-variable 'cvs-diff-ignore-marks
142                            'cvs-invert-ignore-marks)
143    
144  (defcustom cvs-invert-ignore-marks  (defcustom cvs-invert-ignore-marks
145    (let ((l ()))    (let ((l ()))
# Line 173  If set to nil, `cvs-mode-add' will alway Line 174  If set to nil, `cvs-mode-add' will alway
174    :type '(choice (const :tag "Prompt" nil)    :type '(choice (const :tag "Prompt" nil)
175                   (string)))                   (string)))
176    
177  (defvar cvs-diff-buffer-name "*cvs-diff*"  (defvar cvs-diff-buffer-name "*cvs-diff*")
178    "Obsolete variable: use `cvs-buffer-name-alist' instead.")  (make-obsolete-variable 'cvs-diff-buffer-name
179                            'cvs-buffer-name-alist)
180    
181  (defcustom cvs-find-file-and-jump nil  (defcustom cvs-find-file-and-jump nil
182    "Jump to the modified area when finding a file.    "Jump to the modified area when finding a file.

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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