diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 2001-09-09 22:33:38 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 2001-09-09 22:33:38 +0000 |
commit | 02f34c7046309acb4772efc0d847a93e752f5b4e (patch) | |
tree | 1475778284148b185e5fda55d7e83a86cbbf33f6 /lisp/emulation/viper-keym.el | |
parent | cfc697a2beffc0b0e50e83609cc86df0ec306330 (diff) | |
download | emacs-02f34c7046309acb4772efc0d847a93e752f5b4e.tar.gz |
2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-init.el (ediff-highest-priority): bug fix.
* viper-cmd.el (viper-special-read-and-insert-char): new function
that reads a character and uses the current input method or
iso-accents when appropriate.
* viper.el and all others: corrections to the comment blocks at
the top.
Diffstat (limited to 'lisp/emulation/viper-keym.el')
-rw-r--r-- | lisp/emulation/viper-keym.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index 73155a05798..cad5f34389f 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el @@ -2,6 +2,8 @@ ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. +;; Author: Michael Kifer <kifer@cs.sunysb.edu> + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify |