2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
commit433d9ace74fbd35205c06bcef487bd3e5d41e6bb
authorMichael Kifer <kifer@cs.stonybrook.edu>
Sun, 22 Nov 2009 03:14:14 +0000 (22 03:14 +0000)
committerMichael Kifer <kifer@cs.stonybrook.edu>
Sun, 22 Nov 2009 03:14:14 +0000 (22 03:14 +0000)
treea7d85bd9038bbc883093b9a830980723b4639b03
parent5ea5dbc9255d4abf0e2ab727167a2c9ba9c11076
2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper-cmd.el: use viper-last-command-char instead of
last-command-char/last-command-event.
(viper-prefix-arg-value): do correct conversion of event-char for
XEmacs.

* viper-util.el, viper.el: use viper-last-command-char instead of
last-command-char/last-command-event.

* ediff-init.el, ediff-mult.el, ediff-util.el: relpace
last-command-char and last-command-event with (ediff-last-command-char) everywhere.

* ediff-vers.el (ediff-rcs-get-output-buffer): make sure the buffer is
created in fundamental mode.

* ediff.el (ediff-version): revert the change of interactive-p to
called-interactively-p.
doc/misc/ChangeLog
lisp/ediff-init.el
lisp/ediff-mult.el
lisp/ediff-util.el
lisp/ediff-vers.el
lisp/ediff.el
lisp/emulation/viper-cmd.el
lisp/emulation/viper-util.el
lisp/emulation/viper.el