comparison lisp/emulation/viper.el @ 72974:54ea774c3eed

* viper.el: Bumped up version/date of update to reflect the substantial changes done in August 2006. * viper-cmd (viper-next-line-at-bol): make sure button-at, push-button are defined. * ediff-util.el (ediff-add-to-history): new function. * ediff.el: use ediff-add-to-history instead of add-to-history.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Mon, 18 Sep 2006 19:22:31 +0000
parents aba79a1f03ed
children db25befb2938 b5c13d1564a9
comparison
equal deleted inserted replaced
72973:e366ee2b86d2 72974:54ea774c3eed
7 ;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 7 ;; 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
8 8
9 ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 9 ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
10 ;; Keywords: emulations 10 ;; Keywords: emulations
11 11
12 (defconst viper-version "3.12 of February 18, 2006" 12 (defconst viper-version "3.13 of September 18, 2006"
13 "The current version of Viper") 13 "The current version of Viper")
14 14
15 ;; This file is part of GNU Emacs. 15 ;; This file is part of GNU Emacs.
16 16
17 ;; GNU Emacs is free software; you can redistribute it and/or modify 17 ;; GNU Emacs is free software; you can redistribute it and/or modify