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 33383ce7c11..c06797337a1 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -308,7 +308,7 @@ If the third argument is incorrect, Emacs may crash.")
308 pc - XSTRING (string_saved)->data); 308 pc - XSTRING (string_saved)->data);
309#endif 309#endif
310 310
311 if (string_saved != bytestr) 311 if (! EQ (string_saved, bytestr))
312 { 312 {
313 pc = pc - XSTRING (string_saved)->data + XSTRING (bytestr)->data; 313 pc = pc - XSTRING (string_saved)->data + XSTRING (bytestr)->data;
314 string_saved = bytestr; 314 string_saved = bytestr;