aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-11-17 22:49:07 +0000
committerMarkus Rost2002-11-17 22:49:07 +0000
commit40bf436d25238527df18f68fa29d9ea8e3fc85da (patch)
treee7a62a2694bf8e45b32737390b679be494b6e490
parent060b279a110781cf01d0063277ab0b4070cd9785 (diff)
downloademacs-40bf436d25238527df18f68fa29d9ea8e3fc85da.tar.gz
emacs-40bf436d25238527df18f68fa29d9ea8e3fc85da.zip
(defgroup speedbar): Use group 'etags instead of nonexisting group
'tags.
-rw-r--r--lisp/ChangeLog24
-rw-r--r--lisp/speedbar.el2
2 files changed, 25 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0809523177a..44ae49a38ec 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
12002-11-17 Markus Rost <rost@math.ohio-state.edu>
2
3 * speedbar.el (defgroup speedbar): Use group 'etags instead of
4 nonexisting group 'tags.
5
6 * emacs-lisp/re-builder.el: Add provide call.
7
8 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
9 (feedmail-fiddle-plex-user-list): Fix typo in group name.
10
11 * progmodes/make-mode.el (makefile-space-face): Fix typo in group
12 name.
13
14 * textmodes/ispell.el (defgroup ispell): Arrange that definition
15 starts at beginning of line.
16
17 * textmodes/table.el (defgroup table-hooks): New group.
18 (table-cell-map-hook): Fix typo in group name.
19
20 * calendar/diary-lib.el (diary-button-face): Add group and version
21 number.
22
23 * warnings.el (defgroup warnings): New group.
24
12002-11-16 Markus Rost <rost@math.ohio-state.edu> 252002-11-16 Markus Rost <rost@math.ohio-state.edu>
2 26
3 * emacs-lisp/autoload.el (update-autoloads-from-directories): 27 * emacs-lisp/autoload.el (update-autoloads-from-directories):
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index e9d601aaaad..9b551fc0794 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -185,7 +185,7 @@
185;; customization stuff 185;; customization stuff
186(defgroup speedbar nil 186(defgroup speedbar nil
187 "File and tag browser frame." 187 "File and tag browser frame."
188 :group 'tags 188 :group 'etags
189 :group 'tools 189 :group 'tools
190 :group 'convenience 190 :group 'convenience
191 :version "20.3") 191 :version "20.3")