浏览代码

Remove comment

master
10sr 5 年前
父节点
当前提交
7ff4b6e4eb
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. +0
    -10
      emacs.el

+ 0
- 10
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-"


正在加载...
取消
保存