From 2936a7b853107ff8159dcc7388d6f6790cdaebd0 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 4 Mar 2008 20:28:20 +0100 Subject: [PATCH] Make the new variable buffer-local. --- org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org.el b/org.el index e07661cfa..2352a6b02 100644 --- a/org.el +++ b/org.el @@ -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.