diff options
| author | Stefan Monnier | 2003-03-18 19:35:23 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-03-18 19:35:23 +0000 |
| commit | fad865a3628cd053228fac005d1db068a2a457b3 (patch) | |
| tree | bf7ac187fb99a4568ecef77c8c5bfb95e9e529c6 /src/keymap.c | |
| parent | 73a4675c84917e2829000188125a57357df1cff1 (diff) | |
| download | emacs-fad865a3628cd053228fac005d1db068a2a457b3.tar.gz emacs-fad865a3628cd053228fac005d1db068a2a457b3.zip | |
(Faccessible_keymaps): Remove unused var.
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index d92b386c4e7..d1fee120414 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1734,7 +1734,7 @@ then the value includes only maps for prefixes that start with PREFIX. */) | |||
| 1734 | (keymap, prefix) | 1734 | (keymap, prefix) |
| 1735 | Lisp_Object keymap, prefix; | 1735 | Lisp_Object keymap, prefix; |
| 1736 | { | 1736 | { |
| 1737 | Lisp_Object maps, good_maps, tail; | 1737 | Lisp_Object maps, tail; |
| 1738 | int prefixlen = 0; | 1738 | int prefixlen = 0; |
| 1739 | 1739 | ||
| 1740 | /* no need for gcpro because we don't autoload any keymaps. */ | 1740 | /* no need for gcpro because we don't autoload any keymaps. */ |