diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 2006-10-23 19:20:15 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 2006-10-23 19:20:15 +0000 |
commit | 7eb605c752b669ea2aa89040f512f91ce4a3de63 (patch) | |
tree | 630f5b2ea9e197c3e2681bf0e6f282ec4f6fd2d9 /lisp/ediff.el | |
parent | 6c2962c2287aa702dd81d60e1da7c267ce166a6f (diff) | |
download | emacs-7eb605c752b669ea2aa89040f512f91ce4a3de63.tar.gz |
2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-cmd.el (viper-prefix-arg-com): define gg as G0
* viper-ex.el (ex-read): quote file argument.
* ediff-diff.el (ediff-same-file-contents): expand file names.
* ediff-mult.el (ediff-append-custom-diff): quote shell file arguments.
Diffstat (limited to 'lisp/ediff.el')
-rw-r--r-- | lisp/ediff.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff.el b/lisp/ediff.el index 6b37d4c1847..14e1461a8a7 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el @@ -8,7 +8,7 @@ ;; Keywords: comparing, merging, patching, tools, unix (defconst ediff-version "2.81.1" "The current version of Ediff") -(defconst ediff-date "September 18, 2006" "Date of last update") +(defconst ediff-date "October 23, 2006" "Date of last update") ;; This file is part of GNU Emacs. |