Clean up commented code.
This commit is contained in:
parent
23d9920e00
commit
88c79b8071
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue