summaryrefslogtreecommitdiff
path: root/lisp/chistory.el
Commit message (Collapse)AuthorAgeFilesLines
* (command-history-map): Move definition up.Richard M. Stallman2002-12-211-10/+10
|
* * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,John Paul Wallington2002-12-091-1/+5
| | | | | | | | | | | | | | | disable it buffer-locally. (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare `eventpt' and point. * ibuf-ext.el (ibuffer-remove-duplicates): New function. (ibuffer-set-filter-groups-by-mode): Use it instead of `delete-duplicates' so we don't require cl library at runtime. (ibuffer-insert-filter-group-before): Don't use `position' so we don't require cl library at runtime. * chistory.el (command-history-mode): Add interactive spec. Improve doc string.
* Follow coding conventions.Pavel Janík2002-05-021-0/+1
|
* (Command-history-setup): Remove extraneous `keymap'Gerd Moellmann2000-11-281-1/+1
| | | | reference.
* use lisp-mode-shared-map instead of shared-lisp-mode-mapSam Steingold2000-10-101-4/+3
|
* (command-history): Renamed from command-history-mode.Richard M. Stallman1999-12-311-11/+17
| | | | | | | | | (Command-history-setup): Don't switch buffers. Take no args, and do not set major-mode, mode-name or the local map. (command-history-mode): New function, does some of those things Command-history-setup used to do. (list-command-history): Call command-history-mode, not Command-history-setup.
* Customized.Stephen Eglen1998-03-071-7/+17
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (repeat-matching-complex-command): Fix check for empty pattern. Simplify.Karl Heuer1994-10-201-14/+12
| | | | | (default-command-history-filter-garbage): Fix doc string. (list-command-history-filter, list-command-history-max): Likewise.
* (repeat-history-command): Bug fix. Someone forgot a car.Eric S. Raymond1993-04-021-1/+1
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+8
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* *** empty log message ***Jim Blandy1992-03-161-2/+3
|
* Initial revisionJim Blandy1991-08-271-0/+167