diff options
author | Alan Pearce | 2015-06-03 14:40:07 +0200 |
---|---|---|
committer | Alan Pearce | 2015-06-03 14:40:07 +0200 |
commit | 662c91f506ad3afb199eaadd213fe5eb27567c38 (patch) | |
tree | c64982c46494e5b1472f278a04a0afdcbeed3d95 | |
parent | 260c8db3b89626b0afa24ad1d206e1c0541010e9 (diff) | |
download | dotfiles-662c91f506ad3afb199eaadd213fe5eb27567c38.tar.lz dotfiles-662c91f506ad3afb199eaadd213fe5eb27567c38.tar.zst dotfiles-662c91f506ad3afb199eaadd213fe5eb27567c38.zip |
Emacs: Remove debug message call
-rw-r--r-- | tag-emacs/emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index a3f57b9..6a6b156 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -418,7 +418,6 @@ (defun kill-or-delete-this-buffer-dwim (&optional arg) "Kills current buffer. With prefix arg, delete it." (interactive "P") - (message "%s" arg) (if (equal arg '(4)) (delete-current-buffer-file) (if server-buffer-clients |