Browse Source

Clean up commented code.

Bastien Guerry 12 years ago
parent
commit
88c79b8071
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lisp/org.el

+ 0 - 2
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)))