[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r115089: * lisp/vc/vc.el (vc-diff-knows-L): Remove;
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] trunk r115089: * lisp/vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10. |
Date: |
Wed, 13 Nov 2013 20:06:41 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 115089
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-11-13 15:06:37 -0500
message:
* lisp/vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
modified:
lisp/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1432
lisp/vc/vc.el vc.el-20091113204419-o5vbwnq5f7feedwu-502
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2013-11-13 15:28:06 +0000
+++ b/lisp/ChangeLog 2013-11-13 20:06:37 +0000
@@ -1,3 +1,7 @@
+2013-11-13 Glenn Morris <address@hidden>
+
+ * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
+
2013-11-13 Michael Albinus <address@hidden>
* net/tramp.el (tramp-remote-file-name-spec-regexp): An IPV6
=== modified file 'lisp/vc/vc.el'
--- a/lisp/vc/vc.el 2013-10-25 02:33:42 +0000
+++ b/lisp/vc/vc.el 2013-11-13 20:06:37 +0000
@@ -755,13 +755,6 @@
: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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r115089: * lisp/vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.,
Glenn Morris <=