[Emacs] Use pop-to-buffer whn running find-function

This commit is contained in:
Ivan Malison 2017-07-26 17:27:18 -07:00
parent c51aeb2419
commit 590cae2112
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2407,7 +2407,7 @@ where the definition is popped up. This fixes that.
(defun imalison:find-function-display-buffer (function) (defun imalison:find-function-display-buffer (function)
(interactive (find-function-read)) (interactive (find-function-read))
(find-function-do-it function nil 'switch-to-buffer-other-frame)) (find-function-do-it function nil 'pop-to-buffer))
#+END_SRC #+END_SRC
**** macrostep **** macrostep
Macrostep is an indespensible tool for writing emacs lisp macros. It lets you see pretty printed versions of the result of macro evaluation as the macro is evaluated Macrostep is an indespensible tool for writing emacs lisp macros. It lets you see pretty printed versions of the result of macro evaluation as the macro is evaluated