Fix for delete-current-buffer-file

This commit is contained in:
Gergely Polonkai 2016-09-27 16:24:55 +02:00
父節點 2df53f2a7a
當前提交 b0b88d3c75

查看文件

@ -491,7 +491,7 @@ Version 2016-02-16"
(global-set-key (kbd "C-x C-r") 'rename-current-buffer-file) (global-set-key (kbd "C-x C-r") 'rename-current-buffer-file)
; Copied from http://whattheemacsd.com/file-defuns.el-02.html ; Copied from http://whattheemacsd.com/file-defuns.el-02.html
(defun delet-current-buffer-file () (defun delete-current-buffer-file ()
"Removes file connected to current buffer and kills the "Removes file connected to current buffer and kills the
buffer." buffer."
(interactive) (interactive)