Closed Inc0n closed 1 year ago
Since edebug-eval-expression
is declared in edebug.el
, the we must (require 'edebug)
, right? I don't really want to do this.
hmm, although, I think there is no need to require 'edebug
(since I found that converting edebug-eval-expression
to a symbol fixes this issue: https://github.com/muffinmad/emacs-mini-frame/issues/72. On the other hand, it also appears this issue to only relevant to my own config, therefore, this PR would be unnecessary.
Closing.
Potential fix for https://github.com/muffinmad/emacs-mini-frame/issues/72?