diff options
| author | Stefan Monnier | 2026-02-20 23:31:13 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2026-02-20 23:37:48 -0500 |
| commit | 6b101f17b8b1f08264af27802125b5ffad6a9e4b (patch) | |
| tree | 8140a23cf96da29577ccc082946a3d110f53ce33 /java/debug.sh | |
| parent | b83771e534fbddf50fc05135ac299f95955fc1e3 (diff) | |
| download | emacs-6b101f17b8b1f08264af27802125b5ffad6a9e4b.tar.gz emacs-6b101f17b8b1f08264af27802125b5ffad6a9e4b.zip | |
Fix predicate of `plist-member` on `function-history`
The keys of this plist are strings and should thus be compared
with `equal`. `eq` works surprisingly often (because we often
happen to use exactly the same string) but not always.
* lisp/loadhist.el (loadhist-unload-element):
* src/data.c (add_to_function_history): Pass `equal` to `plist-member`.
Diffstat (limited to 'java/debug.sh')
0 files changed, 0 insertions, 0 deletions