Skip to content

Commit

Permalink
Removed stray newline from return value of fci-make-xpm-img.
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaker committed Mar 10, 2012
1 parent 5cbc077 commit 51ef352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fill-column-indicator.el
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

;; o Fci-mode in not currently compatible with Emacs's
;; `show-trailing-whitespace' feature (given the way the latter is
;; implemented, such compatilibility is going to be hard to achieve). A
;; implemented, such compatibility is going to be hard to achieve). A
;; workaround is to configure `whitespace-mode' to replicate the
;; functionality of show-trailing-whitespace. This can be done with the
;; following setting:
Expand Down Expand Up @@ -620,7 +620,7 @@ rough heuristic.)"
(fci-with-rule-parameters
(let* ((identifier "/* XPM */\nstatic char *rule[] = {")
(dimens (concat "\"" width-str " " height-str " 2 1\","))
(color-spec (concat "\"1 c " fci-rule-color "\",\n\"0 c None\","))
(color-spec (concat "\"1 c " fci-rule-color "\",\"0 c None\","))
(on-pixels (concat "\""
(make-string left-margin ?0)
(make-string rule-width ?1)
Expand Down

0 comments on commit 51ef352

Please sign in to comment.