Fix for delete-current-buffer-file

This commit is contained in:
Gergely Polonkai 2016-09-27 16:24:55 +02:00
parent 2df53f2a7a
commit b0b88d3c75
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ Version 2016-02-16"
(global-set-key (kbd "C-x C-r") 'rename-current-buffer-file)
; 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
buffer."
(interactive)