Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaker committed May 4, 2012
2 parents 6ca6055 + e232243 commit e29db51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fill-column-indicator.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit e29db51

Please sign in to comment.