aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index ecea0c6df36..4475d4a0b30 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -1763,7 +1763,7 @@ exec_byte_code (Lisp_Object fun, ptrdiff_t args_template,
1763 } 1763 }
1764 else 1764 else
1765 { 1765 {
1766 ptrdiff_t i = hash_lookup (h, v1); 1766 ptrdiff_t i = hash_find (h, v1);
1767 if (i >= 0) 1767 if (i >= 0)
1768 { 1768 {
1769 op = XFIXNUM (HASH_VALUE (h, i)); 1769 op = XFIXNUM (HASH_VALUE (h, i));