Fix argument reference
* lisp/progmodes/project.el (project-display-buffer-other-frame): Fix argument reference.
This commit is contained in:
parent
33667e02e6
commit
4d195bb7d0
1 changed files with 1 additions and 1 deletions
|
@ -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\\*")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue