summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-06-03 14:40:07 +0200
committerAlan Pearce2015-06-03 14:40:07 +0200
commit662c91f506ad3afb199eaadd213fe5eb27567c38 (patch)
treec64982c46494e5b1472f278a04a0afdcbeed3d95 /tag-emacs
parent260c8db3b89626b0afa24ad1d206e1c0541010e9 (diff)
downloaddotfiles-662c91f506ad3afb199eaadd213fe5eb27567c38.tar.lz
dotfiles-662c91f506ad3afb199eaadd213fe5eb27567c38.tar.zst
dotfiles-662c91f506ad3afb199eaadd213fe5eb27567c38.zip
Emacs: Remove debug message call
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el1
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