소스 검색

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-"


불러오는 중...
취소
저장