diff options
| author | Pavel Janík | 2001-07-16 07:46:48 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-07-16 07:46:48 +0000 |
| commit | 3afbc435ac942072f42bf795dea22131b03c8d93 (patch) | |
| tree | 6715b27c5ef636a36a491d4b6f5d39896cf7b472 /lisp/emulation | |
| parent | 5d3d1e3209acdc38227b0ec5bdd8c4a31f58d8d4 (diff) | |
| download | emacs-3afbc435ac942072f42bf795dea22131b03c8d93.tar.gz emacs-3afbc435ac942072f42bf795dea22131b03c8d93.zip | |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index d4db005b972..792bb1578b0 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | ;; of minor modes and it is designed to provide full access to all Emacs | 39 | ;; of minor modes and it is designed to provide full access to all Emacs |
| 40 | ;; major and minor modes. | 40 | ;; major and minor modes. |
| 41 | ;; | 41 | ;; |
| 42 | ;;; History | 42 | ;;; History: |
| 43 | ;; | 43 | ;; |
| 44 | ;; Viper is a new name for a package formerly known as VIP-19, | 44 | ;; Viper is a new name for a package formerly known as VIP-19, |
| 45 | ;; which was a successor of VIP version 3.5 by Masahiko Sato | 45 | ;; which was a successor of VIP version 3.5 by Masahiko Sato |