Make the new variable buffer-local.

This commit is contained in:
Carsten Dominik 2008-03-04 20:28:20 +01:00
parent ee8e5a3e0f
commit 2936a7b853

1
org.el
View file

@ -15262,6 +15262,7 @@ will only contain one set of parameters. When the highlights are
removed (for example with `C-c C-c', or with the next edit (depending
on `org-remove-highlights-with-change'), this variable is emptied
as well.")
(make-variable-buffer-local 'org-occur-parameters)
(defun org-occur (regexp &optional keep-previous callback)
"Make a compact tree which shows all matches of REGEXP.