Remove vestigial reference to popwin

This commit is contained in:
Henrik Lissner 2016-01-22 19:27:55 -05:00
parent 38a45fa998
commit 3a1d0b2b47

View file

@ -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)