diff options
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
| -rw-r--r-- | lisp/emacs-lisp/edebug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index b27ffbca908..3414bb592c0 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el | |||
| @@ -4254,7 +4254,7 @@ code location is known." | |||
| 4254 | ((pred edebug--symbol-prefixed-p) nil) | 4254 | ((pred edebug--symbol-prefixed-p) nil) |
| 4255 | (_ | 4255 | (_ |
| 4256 | (when (and skip-next-lambda | 4256 | (when (and skip-next-lambda |
| 4257 | (not (memq (car-safe fun) '(closure lambda)))) | 4257 | (not (interpreted-function-p fun))) |
| 4258 | (warn "Edebug--strip-instrumentation expected an interpreted function:\n%S" fun)) | 4258 | (warn "Edebug--strip-instrumentation expected an interpreted function:\n%S" fun)) |
| 4259 | (unless skip-next-lambda | 4259 | (unless skip-next-lambda |
| 4260 | (edebug--unwrap-frame new-frame) | 4260 | (edebug--unwrap-frame new-frame) |