1
Fork 0
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:
Glenn Morris 2014-06-08 16:41:43 -07:00
commit fd60bf6c90
61 changed files with 355 additions and 270 deletions

View file

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