From 7ff4b6e4eb78a6f297ac7f38c4216c862aa414fb Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 28 Aug 2018 19:23:03 +0900 Subject: [PATCH] Remove comment --- emacs.el | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/emacs.el b/emacs.el index d078ea8..c8ee947 100644 --- a/emacs.el +++ b/emacs.el @@ -1473,16 +1473,6 @@ If prefix argument is given use current symbol as default search target." (compilation-start command-args 'grep-mode)) -;; (defun my-rgrep-symbol-at-point (command-args) -;; "My recursive grep. Run COMMAND-ARGS." -;; (interactive (list (read-shell-command "grep command: " -;; (concat (my-rgrep-grep-command) -;; " " -;; (thing-at-point 'symbol)) -;; 'grep-find-history))) -;; (compilation-start command-args -;; 'grep-mode)) - (defmacro define-my-rgrep (name) "Define rgrep for NAME." `(defun ,(intern (concat "my-rgrep-"