* lisp/vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.

This commit is contained in:
Glenn Morris 2013-11-13 15:06:37 -05:00
parent 927fbd6b95
commit 75f777b647
2 changed files with 4 additions and 7 deletions

View file

@ -1,3 +1,7 @@
2013-11-13 Glenn Morris <rgm@gnu.org>
* vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
2013-11-13 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-remote-file-name-spec-regexp): An IPV6

View file

@ -755,13 +755,6 @@ not specific to any particular backend."
:group 'vc
:version "21.1")
(defcustom vc-diff-knows-L nil
"Indicates whether diff understands the -L option.
The value is either `yes', `no', or nil. If it is nil, VC tries
to use -L and sets this variable to remember whether it worked."
:type '(choice (const :tag "Work out" nil) (const yes) (const no))
:group 'vc)
(defcustom vc-log-show-limit 2000
"Limit the number of items shown by the VC log commands.
Zero means unlimited.