(gnus-bookmark-menu-heading): Fix version.
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 19 Jun 2006 17:47:42 +0000 (17:47 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 19 Jun 2006 17:47:42 +0000 (17:47 +0000)
lisp/ChangeLog
lisp/gnus-bookmark.el

index d02d7e7..b538f8a 100644 (file)
@@ -13,6 +13,7 @@
        compatibility.
        (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
        compatibility.
+       (gnus-bookmark-menu-heading): Fix version.
 
 2006-06-19  Bastien Guerry  <bzg@altern.org>
 
index 775ab30..d686415 100644 (file)
@@ -134,8 +134,8 @@ The default value is \(author subject date group annotation\)."
 (defface gnus-bookmark-menu-heading
   '((t (:inherit font-lock-type-face)))
   "Face used to highlight the heading in Gnus bookmark menu buffers."
-  :group 'gnus-bookmark
-  :version "22.1")
+  :version "23.0" ;; No Gnus
+  :group 'gnus-bookmark)
 
 (defconst gnus-bookmark-end-of-version-stamp-marker
   "-*- End Of Bookmark File Format Version Stamp -*-\n"