1
0
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:
Michael Kifer 2007-11-02 15:24:29 +00:00
parent 3020ee9278
commit 8ef97aecad
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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