diff options
| author | Gerd Moellmann | 2001-05-29 11:10:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-29 11:10:47 +0000 |
| commit | 1cda365bcc8ffdc03ea705be1ca0860e56149944 (patch) | |
| tree | 7d4a67d2b046b564183ebce6847d44b8dd6ef707 /src/xmenu.c | |
| parent | 82d336bb15a1145e9d6f082aa9ac5513d84459c3 (diff) | |
| download | emacs-old-branches/gerd_defvaralias.tar.gz emacs-old-branches/gerd_defvaralias.zip | |
*** empty log message ***old-branches/gerd_defvaralias
Diffstat (limited to 'src/xmenu.c')
| -rw-r--r-- | src/xmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index 6317c126286..e87743b0057 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -2077,7 +2077,7 @@ xmenu_show (f, x, y, for_click, keymaps, title, error) | |||
| 2077 | if (STRINGP (item_name) && STRING_MULTIBYTE (item_name)) | 2077 | if (STRINGP (item_name) && STRING_MULTIBYTE (item_name)) |
| 2078 | item_name = string_make_unibyte (item_name); | 2078 | item_name = string_make_unibyte (item_name); |
| 2079 | if (STRINGP (descrip) && STRING_MULTIBYTE (descrip)) | 2079 | if (STRINGP (descrip) && STRING_MULTIBYTE (descrip)) |
| 2080 | item_name = string_make_unibyte (descrip); | 2080 | descrip = string_make_unibyte (descrip); |
| 2081 | #endif | 2081 | #endif |
| 2082 | 2082 | ||
| 2083 | wv = xmalloc_widget_value (); | 2083 | wv = xmalloc_widget_value (); |