Mercurial > emacs
diff lisp/emulation/viper-macs.el @ 38414:67b464da13ec
Some fixes to follow coding conventions.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 15 Jul 2001 19:53:53 +0000 |
parents | 4f315ca65976 |
children | 8dccf2552307 |
line wrap: on
line diff
--- a/lisp/emulation/viper-macs.el Sun Jul 15 17:42:53 2001 +0000 +++ b/lisp/emulation/viper-macs.el Sun Jul 15 19:53:53 2001 +0000 @@ -19,7 +19,9 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. -;; Code +;;; Commentary: + +;;; Code: (provide 'viper-macs) @@ -945,4 +947,4 @@ (call-last-kbd-macro))) -;;; viper-macs.el ends here +;;; viper-macs.el ends here