diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-01-31 22:10:22 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-01-31 22:10:22 +0000 |
commit | fa043571b26751e8e6cb9bb246ecd0aafacd1ca7 (patch) | |
tree | b515d06d95ecd17c103ed8dc1638204f9012d55f /lisp/emulation/viper-mous.el | |
parent | 062ca6f69ab2b8f1ddac138d8b212e003a13e330 (diff) | |
download | emacs-fa043571b26751e8e6cb9bb246ecd0aafacd1ca7.tar.gz |
Follow commenting conventions.
Diffstat (limited to 'lisp/emulation/viper-mous.el')
-rw-r--r-- | lisp/emulation/viper-mous.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index c35c776eac4..1923cbc9ddc 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el @@ -657,9 +657,9 @@ This buffer may be different from the one where the click occurred." -;;; Local Variables: -;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) -;;; End: +;; Local Variables: +;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) +;; End: ;; arch-tag: e56b2390-06c4-4dd1-96f5-c7876e2d8c2f |