1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
emacs/doc
Paul Eggert 724af76715 Fix sxhash-equal on bytecodes, markers, etc.
Problem reported by Pip Cet (Bug#38912#14).
* doc/lispref/objects.texi (Equality Predicates):
Document better when ‘equal’ looks inside objects.
* doc/lispref/windows.texi (Window Configurations):
Don’t say that ‘equal’ looks inside window configurations.
* etc/NEWS: Mention the change.
* src/fns.c (internal_equal):
Do not look inside window configurations.
(sxhash_obj): Hash markers, byte-code function objects,
char-tables, and font objects consistently with Fequal.
* src/window.c (compare_window_configurations):
Now static.  Remove last argument.  Caller changed.
* test/lisp/ffap-tests.el (ffap-other-window--bug-25352):
Use compare-window-configurations, not ‘equal’.
* test/src/fns-tests.el (test-sxhash-equal): New test.
2020-01-07 11:29:42 -08:00
..
emacs Update copyright year to 2020 2020-01-01 00:59:52 +00:00
lispintro Update copyright year to 2020 2020-01-01 00:59:52 +00:00
lispref Fix sxhash-equal on bytecodes, markers, etc. 2020-01-07 11:29:42 -08:00
man Update copyright year to 2020 2020-01-01 00:59:52 +00:00
misc ; Sync with Tramp repository 2020-01-06 12:11:53 +01:00