aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/hl-line.el
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in comment.Juanma Barranquero2002-03-271-1/+1
|
* (hl-line-highlight, hl-line-unhighlight):Richard M. Stallman2002-02-011-18/+18
| | | | Definitions moved down after hl-line-mode var's definition.
* Comment changes.Richard M. Stallman2002-01-201-6/+8
|
* (hl-line-mode): Add args INIT-VALUE, LIGHTER, andGerd Moellmann2001-08-261-0/+1
| | | | KEYMAP to the call to define-minor-mode.
* (hl-line-mode): Don't be a global mode.Gerd Moellmann2001-08-241-3/+7
| | | | (global-hl-line-mode): New definition.
* (hl-line): Doc fix.Dave Love2001-01-031-1/+1
|
* (hl-line-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-2/+1
|
* (hl-line-overlay): Don't make it buffer-local.Dave Love2000-09-221-4/+3
| | | | (hl-line-highlight): Specify buffer when moving overlay.
* (hl-line-highlight): Check hl-line-mode.Dave Love2000-07-181-7/+11
|
* (hl-line-overlay): Make it permanent-local.Dave Love2000-07-041-0/+1
|
* Fixed a typo in commentary.Eli Zaretskii2000-06-131-1/+1
|
* * autoarg.el (autoarg-mode, autoarg-kp-mode):Stefan Monnier2000-06-051-1/+1
| | | | * hl-line.el (hl-line-mode): Use the new :global key argument.
* Rewritten using define-minor-mode.Dave Love2000-06-011-30/+13
|
* Fix boilerplate comments.Dave Love2000-05-221-2/+4
|
* (hl-line-mode): Fix defcustom.Dave Love2000-01-061-12/+11
|
* (hl-line): Fix :version.Dave Love1999-08-041-1/+1
|
* (hl-line-mode): Add autload cookies.Dave Love1999-07-231-0/+3
|
* Initial revisionDave Love1999-07-191-0/+109