doomemacs/modules/emacs
Edwin Török b9c966ec54 Backport to Emacs 25: avoid (setf (alist-get ... 'equal))
We would need to use `'equal` for comparison, but Emacs 25 only allows `'eq`.
Using `advice-add` to override `alist-get` does not work, because `setf`
has special handling for `alist-get`.

`repl.el`: Switch to a hash table which already supports multiple comparison
functions, and changing of elements even in Emacs 25.
`eshell/autoload/settings.el`: use conditional set-or-push.
Drop `doom*alist-get`, it is unused now.

Thanks to @hlissner for the reimplementation.
2018-09-12 23:03:02 +01:00
..
dired Remove third line in section headers 2018-09-09 09:58:19 -04:00
ediff emacs/ediff: fix hooks not being appended 2018-09-09 09:58:19 -04:00
electric Fix indentation for many autodef setters 2018-06-22 01:49:21 +02:00
eshell Backport to Emacs 25: avoid (setf (alist-get ... 'equal)) 2018-09-12 23:03:02 +01:00
hideshow Remove third line in section headers 2018-09-09 09:58:19 -04:00
imenu emacs/imenu: remove cleanup-on-popup-close hack 2018-06-30 23:27:06 +02:00
term Rewrote indentation detection 2018-07-29 19:31:32 +02:00
vc Remove third line in section headers 2018-09-09 09:58:19 -04:00