mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.de
This commit is contained in:
commit
fd60bf6c90
61 changed files with 355 additions and 270 deletions
|
|
@ -1637,6 +1637,8 @@ 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,
|
||||
;; not using advice, and add it to the doc string.
|
||||
(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
Add a link
Reference in a new issue