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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/hl-line.el
Date: Wed, 09 Feb 2005 10:52:05 -0500

Index: emacs/lisp/hl-line.el
diff -c emacs/lisp/hl-line.el:1.26 emacs/lisp/hl-line.el:1.27
*** emacs/lisp/hl-line.el:1.26  Mon Mar 15 07:27:02 2004
--- emacs/lisp/hl-line.el       Wed Feb  9 15:50:42 2005
***************
*** 58,64 ****
  ;; mode is used.
  
  ;; In default whole the line is highlighted. The range of highlighting
! ;; can be changed by defining an appropriate function as the 
  ;; buffer-local value of `hl-line-range-function'.
  
  ;;; Code:
--- 58,64 ----
  ;; mode is used.
  
  ;; In default whole the line is highlighted. The range of highlighting
! ;; can be changed by defining an appropriate function as the
  ;; buffer-local value of `hl-line-range-function'.
  
  ;;; Code:
***************
*** 79,91 ****
  window.  Setting this variable takes effect the next time you use
  the command `hl-line-mode' to turn Hl-Line mode on."
    :type 'boolean
!   :version "21.4"
    :group 'hl-line)
  
  (defvar hl-line-range-function nil
    "If non-nil, function to call to return highlight range.
  The function of no args should return a cons cell; its car value
! is the beginning position of highlight and its cdr value is the 
  end position of highlight in the buffer.
  It should return nil if there's no region to be highlighted.
  
--- 79,91 ----
  window.  Setting this variable takes effect the next time you use
  the command `hl-line-mode' to turn Hl-Line mode on."
    :type 'boolean
!   :version "22.1"
    :group 'hl-line)
  
  (defvar hl-line-range-function nil
    "If non-nil, function to call to return highlight range.
  The function of no args should return a cons cell; its car value
! is the beginning position of highlight and its cdr value is the
  end position of highlight in the buffer.
  It should return nil if there's no region to be highlighted.
  




reply via email to

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