/[emacs]/emacs/lisp/hl-line.el
ViewVC logotype

Diff of /emacs/lisp/hl-line.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by kfstorm, Wed Feb 9 15:50:42 2005 UTC revision 1.28 by lute, Mon Apr 4 08:57:54 2005 UTC
# Line 1  Line 1 
1  ;;; hl-line.el --- highlight the current line  ;;; hl-line.el --- highlight the current line
2    
3  ;; Copyright (C) 1998, 2000, 2001, 2003 Free Software Foundation, Inc.  ;; Copyright (C) 1998, 2000, 2001, 2003, 2005 Free Software Foundation, Inc.
4    
5  ;; Author:  Dave Love <fx@gnu.org>  ;; Author:  Dave Love <fx@gnu.org>
6  ;; Maintainer: FSF  ;; Maintainer: FSF
# Line 113  When `hl-line-sticky-flag' is nil, Hl-Li Line 113  When `hl-line-sticky-flag' is nil, Hl-Li
113  line about point in the selected window only.  In this case, it  line about point in the selected window only.  In this case, it
114  uses the function `hl-line-unhighlight' on `pre-command-hook' in  uses the function `hl-line-unhighlight' on `pre-command-hook' in
115  addition to `hl-line-highlight' on `post-command-hook'."  addition to `hl-line-highlight' on `post-command-hook'."
116    nil nil nil    :group 'hl-line
117    (if hl-line-mode    (if hl-line-mode
118        (progn        (progn
119          ;; In case `kill-all-local-variables' is called.          ;; In case `kill-all-local-variables' is called.

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26