From: Glenn Morris Date: Wed, 13 Nov 2013 20:06:37 +0000 (-0500) Subject: * lisp/vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~842 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75f777b64751771ab8bfe3a3548987bb05974a3f;p=emacs.git * lisp/vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c48615a88c..719efbd68b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-11-13 Glenn Morris + + * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10. + 2013-11-13 Michael Albinus * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPV6 diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 39bea10dc15..bf69a1ccecc 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -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.