diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-02-10 13:12:09 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-02-10 13:12:09 -0500 |
commit | 2e5d400ca6d7619cb4c0bcbd8abf5828127c77bf (patch) | |
tree | eae992992c8db53f81f509aeb01f884368429665 /lisp/loadup.el | |
parent | dcfb8f6b617f285a51e4aac23e37b0e81ae37698 (diff) | |
download | emacs-2e5d400ca6d7619cb4c0bcbd8abf5828127c77bf.tar.gz emacs-2e5d400ca6d7619cb4c0bcbd8abf5828127c77bf.tar.bz2 emacs-2e5d400ca6d7619cb4c0bcbd8abf5828127c77bf.zip |
* lisp/emacs-lisp/edebug.el: Tweak last change
Use generic functions i.s.o `edebug--spec-op-function`.
<toplevel>: No need to register the &foo and :foo handler any more.
(edebug--handle-&-spec-op, edebug--handle-:-spec-op): New generic functions.
(edebug-match-specs): Use them.
(edebug--get-spec-op): Remove function.
(edebug-match-&optional, edebug-match-&rest, edebug-match-&or)
(edebug-match-¬, edebug-match-&key, edebug-match-&error)
(edebug-match-&define): Turn functions into methods of
`edebug--handle-&-spec-op`.
(edebug-match-:name, edebug-match-:unique): Turn functions into methods of
`edebug--handle-:-spec-op`.
Diffstat (limited to 'lisp/loadup.el')
0 files changed, 0 insertions, 0 deletions