mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-09 08:21:30 -07:00
; * lisp/progmodes/project.el: Restore backward compatibility.
This commit is contained in:
parent
15939846a0
commit
6b6cfa8e40
1 changed files with 3 additions and 2 deletions
|
|
@ -1718,8 +1718,9 @@ Return non-nil if PROJECT is not a remote project."
|
|||
(t
|
||||
(complete-with-action action buffers string pred)))))
|
||||
|
||||
(define-completion-category 'project-buffer '(buffer)
|
||||
"Completion category for buffers in a given project.")
|
||||
(when (fboundp 'define-completion-category) ; Introduced in Emacs 31.
|
||||
(define-completion-category 'project-buffer '(buffer)
|
||||
"Completion category for buffers in a given project."))
|
||||
|
||||
(defun project--read-project-buffer ()
|
||||
(let* ((pr (project-current t))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue