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
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue