mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
lisp/files.el (create-file-buffer): Remove left-over comment
It should have been removed as part of commit 1a724cc2d2.
This commit is contained in:
parent
ff4773ed02
commit
4186f694b1
|
|
@ -2260,7 +2260,6 @@ killed."
|
|||
(let (kill-buffer-query-functions kill-buffer-hook)
|
||||
(kill-buffer obuf))))))
|
||||
|
||||
;; FIXME we really need to fold the uniquify stuff in here by default,
|
||||
(defun create-file-buffer (filename)
|
||||
"Create a suitably named buffer for visiting FILENAME, and return it.
|
||||
FILENAME (sans directory) is used unchanged if that name is free;
|
||||
|
|
|
|||
Loading…
Reference in a new issue