Mercurial > emacs
changeset 34973:ef18b363abe3
(record_char): Remove unused function-scope variable
`help'.
(kbd_buffer_get_event): Remove unused block-scope variable `idx'.
(menu_bar_items): Remove unused function-scope variable `tem'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 02 Jan 2001 14:09:59 +0000 |
parents | c0953f8a8dff |
children | 5bf4bcc0f936 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Tue Jan 02 14:08:59 2001 +0000 +++ b/src/keyboard.c Tue Jan 02 14:09:59 2001 +0000 @@ -2913,8 +2913,6 @@ record_char (c) Lisp_Object c; { - Lisp_Object help; - /* Don't record `help-echo' in recent_keys unless it shows some help message, and a different help than the previoiusly recorded event. */ @@ -3672,8 +3670,6 @@ if (NILP (obj)) { - int idx; - obj = make_lispy_event (event); #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI) @@ -6256,7 +6252,7 @@ in the current keymaps, or nil where it is not a prefix. */ Lisp_Object *maps; - Lisp_Object def, tem, tail; + Lisp_Object def, tail; Lisp_Object result;