projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e534289
)
* src/fns.c (internal_equal): Use BASE_EQ where possible.
author
Mattias Engdegård
<mattiase@acm.org>
Sat, 11 Jun 2022 16:44:37 +0000
(18:44 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sat, 11 Jun 2022 16:45:49 +0000
(18:45 +0200)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index fceab9ba0ca8a445d4a92eee30a748e2ada1ccdf..ab1d9696a6e4805c616572c395847c42486aa949 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-2519,7
+2519,7
@@
internal_equal (Lisp_Object o1, Lisp_Object o2, enum equal_kind equal_kind,
if (SYMBOL_WITH_POS_P (o2))
o2 = SYMBOL_WITH_POS_SYM (o2);
- if (EQ (o1, o2))
+ if (
BASE_
EQ (o1, o2))
return true;
if (XTYPE (o1) != XTYPE (o2))
return false;