]> git.eshelyaron.com Git - emacs.git/commit
Use BASE_EQ instead of EQ for some uninterned symbols
authorMattias Engdegård <mattiase@acm.org>
Fri, 10 Nov 2023 15:57:15 +0000 (16:57 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 10 Nov 2023 15:57:15 +0000 (16:57 +0100)
commit7f3ee93e0ccb9ffd4fdb23ad13b0fbf4b1353779
tree9a6aec44c4eb053ea318e5ea82d8320442bde81f
parentdfcc9a0f4d63444bac8c3cf6610379c912251d3c
Use BASE_EQ instead of EQ for some uninterned symbols

* src/editfns.c (labeled_restrictions_pop, Fwiden):
* src/eval.c (lexbound_p, Fbacktrace__locals):
* src/fileio.c (Finsert_file_contents):
* src/fns.c (Fyes_or_no_p):
* src/keyboard.c (command_loop_1):
Use BASE_EQ for comparing with Qoutermost_restriction,
Qinternal_interpreter_environment and Qunbound as uninterned
symbols won't be EQ to a symbol-with-pos.
src/editfns.c
src/eval.c
src/fileio.c
src/fns.c
src/keyboard.c