emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/hl-line.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/hl-line.el
Date: Sat, 13 Sep 2003 05:48:43 -0400

Index: emacs/lisp/hl-line.el
diff -c emacs/lisp/hl-line.el:1.22 emacs/lisp/hl-line.el:1.23
*** emacs/lisp/hl-line.el:1.22  Mon Sep  1 11:45:12 2003
--- emacs/lisp/hl-line.el       Sat Sep 13 05:48:43 2003
***************
*** 25,32 ****
  
  ;;; Commentary:
  
! ;; Provides a buffer-local minor mode (toggled by M-x hl-line-mode)
! ;; and a global minor mode (toggled by M-x global-hl-line-mode) to
  ;; highlight, on a suitable terminal, the line on which point is.  The
  ;; global mode highlights the current line in the selected window only
  ;; (except when the minibuffer window is selected).  This was
--- 25,32 ----
  
  ;;; Commentary:
  
! ;; Provides a local minor mode (toggled by M-x hl-line-mode) and
! ;; a global minor mode (toggled by M-x global-hl-line-mode) to
  ;; highlight, on a suitable terminal, the line on which point is.  The
  ;; global mode highlights the current line in the selected window only
  ;; (except when the minibuffer window is selected).  This was
***************
*** 51,60 ****
  ;; the overlay unconditionally in case the command changes the
  ;; 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:
  
--- 51,56 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]