From ee00eede3a1ffb22b6c747551914cd9fc8fe4ff1 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Thu, 9 May 2002 21:14:38 +0000 Subject: [PATCH] (woman-menu): Move symbol before the comment so that find-function-search-for-symbol finds it. --- lisp/ChangeLog | 5 +++++ lisp/woman.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 84893cb55e3..2aa175206ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-05-09 Markus Rost + + * woman.el (woman-menu): Move symbol before the comment so that + find-function-search-for-symbol finds it. + 2002-05-10 Miles Bader * facemenu.el (list-colors-display): Don't use diff --git a/lisp/woman.el b/lisp/woman.el index 902fd211744..70dc4683719 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -1728,8 +1728,7 @@ Argument EVENT is the invoking mouse event." (woman (current-word t))) ;; WoMan menu bar and pop-up menu: -(easy-menu-define ; (SYMBOL MAPS DOC MENU) - woman-menu +(easy-menu-define woman-menu ; (SYMBOL MAPS DOC MENU) woman-mode-map "WoMan Menu" `("WoMan" -- 2.39.5