diff --git a/fill-column-indicator.el b/fill-column-indicator.el index 31985d7..679a1d8 100644 --- a/fill-column-indicator.el +++ b/fill-column-indicator.el @@ -419,6 +419,7 @@ U+E000-U+F8FF, inclusive)." ;;; Mode Definition ;;; --------------------------------------------------------------------- +;;;###autoload (define-minor-mode fci-mode "Toggle fci-mode on and off. Fci-mode indicates the location of the fill column by drawing a @@ -465,6 +466,7 @@ on troubleshooting.)" (dolist (var fci-internal-vars) (set var nil)))) +;;;###autoload (defun turn-on-fci-mode () "Turn on fci-mode unconditionally." (interactive)