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:
Stefan Monnier 2026-02-23 16:59:59 -05:00
parent ff4773ed02
commit 4186f694b1

View file

@ -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;