From 88c79b8071d15d21ca3c1761d1e3c7b993cd25b1 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 16 Feb 2013 07:56:43 +0100 Subject: [PATCH] Clean up commented code. --- lisp/org.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index c531d3cd7..636a1e8e2 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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)))