/[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.326 by spiegel, Thu Feb 21 21:00:35 2002 UTC revision 1.327 by spiegel, Mon Feb 25 22:00:51 2002 UTC
# Line 1877  actually call the backend, but performs Line 1877  actually call the backend, but performs
1877      (if (listp diff-switches) diff-switches (list diff-switches))      (if (listp diff-switches) diff-switches (list diff-switches))
1878      (if (listp vc-diff-switches) vc-diff-switches (list vc-diff-switches))      (if (listp vc-diff-switches) vc-diff-switches (list vc-diff-switches))
1879      (let* ((backend-switches-symbol      (let* ((backend-switches-symbol
1880              (intern (concat "vc-" (symbol-name ,backend)              (intern (concat "vc-" (downcase (symbol-name ,backend))
1881                              "-diff-switches")))                              "-diff-switches")))
1882             (backend-switches             (backend-switches
1883              (if (boundp backend-switches-symbol)              (if (boundp backend-switches-symbol)

Legend:
Removed from v.1.326  
changed lines
  Added in v.1.327

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