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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue