Fix argument reference

* lisp/progmodes/project.el
(project-display-buffer-other-frame): Fix argument reference.
This commit is contained in:
Dmitry Gutov 2020-07-27 03:05:16 +03:00
parent 33667e02e6
commit 4d195bb7d0

View file

@ -999,7 +999,7 @@ This function uses `display-buffer-other-frame' as a subroutine,
which see for how it is determined where the buffer will be
displayed."
(interactive (list (project--read-project-buffer)))
(display-buffer-other-frame buffer))
(display-buffer-other-frame buffer-or-name))
(defcustom project-kill-buffers-ignores
'("\\*Help\\*")