aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 0b87112c9cd..ecc64fcb450 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -145,7 +145,7 @@ in KEYMAP as NEWDEF those chars which are defined as OLDDEF in OLDMAP."
145 (substitute-key-definition olddef newdef keymap 145 (substitute-key-definition olddef newdef keymap
146 inner-def 146 inner-def
147 prefix1))))) 147 prefix1)))))
148 (if (arrayp (car scan)) 148 (if (vectorp (car scan))
149 (let* ((array (car scan)) 149 (let* ((array (car scan))
150 (len (length array)) 150 (len (length array))
151 (i 0)) 151 (i 0))