diff lisp/emulation/viper-mous.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-mous.el	Sun Jul 15 17:42:53 2001 +0000
+++ b/lisp/emulation/viper-mous.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-mous)
 
@@ -247,7 +249,7 @@
 	      (goto-char click-pos)
 	      (setq click-word
 		    (funcall viper-surrounding-word-function count click-count)))
-	  (error "Click must be over a window."))
+	  (error "Click must be over a window"))
 	click-word))))
 
 
@@ -664,4 +666,4 @@
 ;;; End:
 
 
-;;;  viper-mous.el ends here
+;;; viper-mous.el ends here