mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-vers (ediff-vc-working-revision): add a quote.
This commit is contained in:
parent
3020ee9278
commit
8ef97aecad
@ -1,3 +1,7 @@
|
||||
2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
|
||||
|
||||
* ediff-vers (ediff-vc-working-revision): add a quote.
|
||||
|
||||
2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
|
||||
|
||||
* files.el (hack-local-variables): Fix membership tests to avoid
|
||||
|
@ -60,7 +60,7 @@ comparison or merge operations are being performed."
|
||||
(defalias 'ediff-vc-working-revision
|
||||
(if (fboundp 'vc-working-revision)
|
||||
'vc-working-revision
|
||||
vc-workfile-version))
|
||||
'vc-workfile-version))
|
||||
|
||||
;; VC.el support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user