* lisp/vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
This commit is contained in:
parent
927fbd6b95
commit
75f777b647
2 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue