aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2003-03-18 19:35:23 +0000
committerStefan Monnier2003-03-18 19:35:23 +0000
commitfad865a3628cd053228fac005d1db068a2a457b3 (patch)
treebf7ac187fb99a4568ecef77c8c5bfb95e9e529c6 /src
parent73a4675c84917e2829000188125a57357df1cff1 (diff)
downloademacs-fad865a3628cd053228fac005d1db068a2a457b3.tar.gz
emacs-fad865a3628cd053228fac005d1db068a2a457b3.zip
(Faccessible_keymaps): Remove unused var.
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c2
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. */