(woman-menu): Add a comment about the last change.
This commit is contained in:
parent
7fbac64580
commit
31e1a094cf
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-05-13 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* woman.el (woman-menu): Add a comment about the last change.
|
||||
|
||||
2002-05-13 Colin Walters <walters@gnu.org>
|
||||
|
||||
* ibuf-ext.el (ibuffer-format-filter-group-data): New function.
|
||||
|
|
|
@ -1728,7 +1728,10 @@ Argument EVENT is the invoking mouse event."
|
|||
(woman (current-word t)))
|
||||
|
||||
;; WoMan menu bar and pop-up menu:
|
||||
(easy-menu-define woman-menu ; (SYMBOL MAPS DOC MENU)
|
||||
(easy-menu-define
|
||||
woman-menu ; (SYMBOL MAPS DOC MENU)
|
||||
;; That comment was moved after the symbol `woman-menu' to make
|
||||
;; find-function-search-for-symbol work. -- rost
|
||||
woman-mode-map
|
||||
"WoMan Menu"
|
||||
`("WoMan"
|
||||
|
|
Loading…
Add table
Reference in a new issue