diff options
Diffstat (limited to 'lisp/emulation/viper-macs.el')
-rw-r--r-- | lisp/emulation/viper-macs.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 92f5f013093..4eaf843f274 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el @@ -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 @@ name from there." (call-last-kbd-macro))) -;;; viper-macs.el ends here +;;; viper-macs.el ends here |