Added old emacswiki author.
[visible-mark] / visible-mark.el
index 2e4f5aa246212d215b48ea4556306675cce1ba3c..bf353f2593707f936f648ce5e4945142e06e3d56 100644 (file)
@@ -4,6 +4,7 @@
 
 ;; Maintainer: Ian Kelling <ian@iankelling.org>
 ;; Author: Ian Kelling <ian@iankelling.org>
+;; Author: Yann Hodique
 ;; Author: MATSUYAMA Tomohiro <t.matsuyama.pub@gmail.com>
 ;; Author: John Foerch <jjfoerch@earthlink.net>
 ;; Keywords: marking color faces
@@ -242,6 +243,7 @@ the last defined face will be reused."
          (t t))
     (visible-mark-mode t)))
 
+;;;###autoload
 (define-minor-mode visible-mark-mode
   "A mode to make the mark visible."
   nil nil nil
@@ -254,6 +256,7 @@ the last defined face will be reused."
     (setq visible-mark-overlays nil)
     (remove-hook 'post-command-hook 'visible-mark-move-overlays t)))
 
+;;;###autoload
 (define-global-minor-mode
   global-visible-mark-mode visible-mark-mode visible-mark-mode-maybe
   :group 'visible-mark)