From fd53c1c82eda53d410aaf677fcce7aaf27c5f7ef Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 20 Jan 2014 11:46:58 +0900 Subject: [PATCH] comment out eshell/aaa --- emacs.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs.el b/emacs.el index 102b513..c1bd9c6 100644 --- a/emacs.el +++ b/emacs.el @@ -1711,9 +1711,9 @@ Optional prefix ARG says how many lines to unflag; default is one line." (defun eshell/v () (view-mode 1)) - (defun eshell/aaa (&rest args) - (message "%S" - args)) + ;; (defun eshell/aaa (&rest args) + ;; (message "%S" + ;; args)) (defun eshell/git (&rest args) (if (require 'git-command nil t)