mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(defgroup speedbar): Use group 'etags instead of nonexisting group
'tags.
This commit is contained in:
parent
060b279a11
commit
40bf436d25
2 changed files with 25 additions and 1 deletions
|
|
@ -1,3 +1,27 @@
|
|||
2002-11-17 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* speedbar.el (defgroup speedbar): Use group 'etags instead of
|
||||
nonexisting group 'tags.
|
||||
|
||||
* emacs-lisp/re-builder.el: Add provide call.
|
||||
|
||||
* mail/feedmail.el (feedmail-fiddle-headers-upwardly)
|
||||
(feedmail-fiddle-plex-user-list): Fix typo in group name.
|
||||
|
||||
* progmodes/make-mode.el (makefile-space-face): Fix typo in group
|
||||
name.
|
||||
|
||||
* textmodes/ispell.el (defgroup ispell): Arrange that definition
|
||||
starts at beginning of line.
|
||||
|
||||
* textmodes/table.el (defgroup table-hooks): New group.
|
||||
(table-cell-map-hook): Fix typo in group name.
|
||||
|
||||
* calendar/diary-lib.el (diary-button-face): Add group and version
|
||||
number.
|
||||
|
||||
* warnings.el (defgroup warnings): New group.
|
||||
|
||||
2002-11-16 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* emacs-lisp/autoload.el (update-autoloads-from-directories):
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@
|
|||
;; customization stuff
|
||||
(defgroup speedbar nil
|
||||
"File and tag browser frame."
|
||||
:group 'tags
|
||||
:group 'etags
|
||||
:group 'tools
|
||||
:group 'convenience
|
||||
:version "20.3")
|
||||
|
|
|
|||
Loading…
Reference in a new issue