diff --git a/core/lib/defuns-debug.el b/core/lib/defuns-debug.el index 56132b6f6..14569d6a6 100644 --- a/core/lib/defuns-debug.el +++ b/core/lib/defuns-debug.el @@ -38,7 +38,7 @@ (lambda (k) (and k (not (string= k "")))) (mapcar (lambda (mm) (symbol-name (car mm))) minor-mode-alist))))) - (popwin:pop-to-buffer buf))) + (narf/popup-buffer buf))) ;;;###autoload (autoload 'narf:echo "defuns-debug" nil t)