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: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/hl-line.el
Date: Mon, 04 Apr 2005 04:57:54 -0400

Index: emacs/lisp/hl-line.el
diff -c emacs/lisp/hl-line.el:1.27 emacs/lisp/hl-line.el:1.28
*** emacs/lisp/hl-line.el:1.27  Wed Feb  9 15:50:42 2005
--- emacs/lisp/hl-line.el       Mon Apr  4 08:57:54 2005
***************
*** 1,6 ****
  ;;; hl-line.el --- highlight the current line
  
! ;; Copyright (C) 1998, 2000, 2001, 2003 Free Software Foundation, Inc.
  
  ;; Author:  Dave Love <address@hidden>
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; hl-line.el --- highlight the current line
  
! ;; Copyright (C) 1998, 2000, 2001, 2003, 2005 Free Software Foundation, Inc.
  
  ;; Author:  Dave Love <address@hidden>
  ;; Maintainer: FSF
***************
*** 113,119 ****
  line about point in the selected window only.  In this case, it
  uses the function `hl-line-unhighlight' on `pre-command-hook' in
  addition to `hl-line-highlight' on `post-command-hook'."
!   nil nil nil
    (if hl-line-mode
        (progn
          ;; In case `kill-all-local-variables' is called.
--- 113,119 ----
  line about point in the selected window only.  In this case, it
  uses the function `hl-line-unhighlight' on `pre-command-hook' in
  addition to `hl-line-highlight' on `post-command-hook'."
!   :group 'hl-line
    (if hl-line-mode
        (progn
          ;; In case `kill-all-local-variables' is called.




reply via email to

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