Clean up commented code.

This commit is contained in:
Bastien Guerry 2013-02-16 07:56:43 +01:00
parent 23d9920e00
commit 88c79b8071
1 changed files with 0 additions and 2 deletions

View File

@ -10361,8 +10361,6 @@ visibility around point, thus ignoring
(cond
((derived-mode-p 'org-mode)
(org-occur (match-string 1 s)))
;;((eq major-mode 'dired-mode)
;; (grep (concat "grep -n -e '" (match-string 1 s) "' *")))
(t (org-do-occur (match-string 1 s)))))
((and (derived-mode-p 'org-mode) org-link-search-must-match-exact-headline)
(and (equal (string-to-char s) ?*) (setq s (substring s 1)))