[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/hl-line.el
From: |
Lute Kamstra |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/hl-line.el |
Date: |
Mon, 13 Oct 2003 12:29:54 -0400 |
Index: emacs/lisp/hl-line.el
diff -c emacs/lisp/hl-line.el:1.24 emacs/lisp/hl-line.el:1.25
*** emacs/lisp/hl-line.el:1.24 Mon Oct 6 12:31:17 2003
--- emacs/lisp/hl-line.el Mon Oct 13 12:29:53 2003
***************
*** 53,58 ****
--- 53,62 ----
;; selected window. (It does so rather than keeping track of changes
;; in the selected window).
+ ;; You could make variable `global-hl-line-mode' buffer-local and set
+ ;; it to nil to avoid highlighting specific buffers, when the global
+ ;; mode is used.
+
;;; Code:
(defgroup hl-line nil