diff options
| -rw-r--r-- | lisp/hl-line.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index 4ef227f7095..58921aaa58a 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el | |||
| @@ -53,6 +53,10 @@ | |||
| 53 | ;; selected window. (It does so rather than keeping track of changes | 53 | ;; selected window. (It does so rather than keeping track of changes |
| 54 | ;; in the selected window). | 54 | ;; in the selected window). |
| 55 | 55 | ||
| 56 | ;; You could make variable `global-hl-line-mode' buffer-local and set | ||
| 57 | ;; it to nil to avoid highlighting specific buffers, when the global | ||
| 58 | ;; mode is used. | ||
| 59 | |||
| 56 | ;;; Code: | 60 | ;;; Code: |
| 57 | 61 | ||
| 58 | (defgroup hl-line nil | 62 | (defgroup hl-line nil |