Skip to content

Commit

Permalink
Don't make fci-rule-column buffer-local by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alp Aker committed Mar 3, 2014
1 parent 62ece4d commit e98bee9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fill-column-indicator.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
;; fill comments at, for example, column 70, but want a vertical rule at
;; column 80 or 100 to indicate the maximum line length for code.) The
;; default behavior (showing the indicator at the fill column) is specified
;; by setting fci-rule-column to nil. Note that this variable becomes buffer
;; local when set.
;; by setting fci-rule-column to nil.

;; On graphical displays the fill-column rule is drawn using a bitmap
;; image. Its color is controlled by the variable `fci-rule-color', whose
Expand Down Expand Up @@ -215,8 +214,6 @@ function `fci-mode' is run."
(integer :tag "Use a custom column"
:match (lambda (w val) (fci-posint-p val)))))

(make-variable-buffer-local 'fci-rule-column)

(defcustom fci-rule-color "#cccccc"
"Color used to draw the fill-column rule.
Expand Down

0 comments on commit e98bee9

Please sign in to comment.