diff options
| author | Michael Kifer | 2001-09-09 22:33:38 +0000 |
|---|---|---|
| committer | Michael Kifer | 2001-09-09 22:33:38 +0000 |
| commit | 02f34c7046309acb4772efc0d847a93e752f5b4e (patch) | |
| tree | 1475778284148b185e5fda55d7e83a86cbbf33f6 /lisp/emulation/viper-init.el | |
| parent | cfc697a2beffc0b0e50e83609cc86df0ec306330 (diff) | |
| download | emacs-02f34c7046309acb4772efc0d847a93e752f5b4e.tar.gz emacs-02f34c7046309acb4772efc0d847a93e752f5b4e.zip | |
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-init.el')
| -rw-r--r-- | lisp/emulation/viper-init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index 0ed9a632473..8f0b99f2972 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael Kifer <kifer@cs.sunysb.edu> | ||
| 6 | |||
| 5 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 6 | 8 | ||
| 7 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 9 | ;; GNU Emacs is free software; you can redistribute it and/or modify |