diff options
| author | Pavel Janík | 2001-10-24 07:10:09 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-24 07:10:09 +0000 |
| commit | c9e6062043bfd116f0f52b4a3472a673ec4ccd7d (patch) | |
| tree | 117acaf0279b2756852a9bba259c528647d2fa26 | |
| parent | 3b552d56d44a5344cfb15418836860eb01d80744 (diff) | |
| download | emacs-c9e6062043bfd116f0f52b4a3472a673ec4ccd7d.tar.gz emacs-c9e6062043bfd116f0f52b4a3472a673ec4ccd7d.zip | |
Spell the name of Emacs properly (GNU Emacs instead of gnuemacs).
(HAVE_BOXES): Fix typo in comment.
(push_menu_pane): Fix typo in comment.
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/xmenu.c | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c369e7c63cd..19f7250c208 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of | ||
| 4 | gnuemacs). | ||
| 5 | (HAVE_BOXES): Fix typo in comment. | ||
| 6 | (push_menu_pane): Fix typo in comment. | ||
| 7 | |||
| 3 | * xdisp.c: (display_prop_string_p): Remove unused local declaration | 8 | * xdisp.c: (display_prop_string_p): Remove unused local declaration |
| 4 | of `Qwhen'. | 9 | of `Qwhen'. |
| 5 | (single_display_prop_string_p): Remove unused local declarations | 10 | (single_display_prop_string_p): Remove unused local declarations |
diff --git a/src/xmenu.c b/src/xmenu.c index 64604eb1e4e..341993ad3df 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -19,7 +19,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 20 | Boston, MA 02111-1307, USA. */ | 20 | Boston, MA 02111-1307, USA. */ |
| 21 | 21 | ||
| 22 | /* X pop-up deck-of-cards menu facility for gnuemacs. | 22 | /* X pop-up deck-of-cards menu facility for GNU Emacs. |
| 23 | * | 23 | * |
| 24 | * Written by Jon Arnold and Roman Budzianowski | 24 | * Written by Jon Arnold and Roman Budzianowski |
| 25 | * Mods and rewrite by Robert Krawitz | 25 | * Mods and rewrite by Robert Krawitz |
| @@ -115,7 +115,7 @@ void popup_get_selection (); | |||
| 115 | 115 | ||
| 116 | #ifdef USE_X_TOOLKIT | 116 | #ifdef USE_X_TOOLKIT |
| 117 | 117 | ||
| 118 | /* Define HAVE_BOXES if meus can handle radio and toggle buttons. */ | 118 | /* Define HAVE_BOXES if menus can handle radio and toggle buttons. */ |
| 119 | 119 | ||
| 120 | #define HAVE_BOXES 1 | 120 | #define HAVE_BOXES 1 |
| 121 | #endif | 121 | #endif |
| @@ -320,7 +320,7 @@ push_left_right_boundary () | |||
| 320 | XVECTOR (menu_items)->contents[menu_items_used++] = Qquote; | 320 | XVECTOR (menu_items)->contents[menu_items_used++] = Qquote; |
| 321 | } | 321 | } |
| 322 | 322 | ||
| 323 | /* Start a new menu pane in menu_items.. | 323 | /* Start a new menu pane in menu_items. |
| 324 | NAME is the pane name. PREFIX_VEC is a prefix key for this pane. */ | 324 | NAME is the pane name. PREFIX_VEC is a prefix key for this pane. */ |
| 325 | 325 | ||
| 326 | static void | 326 | static void |