summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-02-09 17:30:20 +0100
committerBastien Guerry <bzg@altern.org>2011-02-09 17:30:20 +0100
commit7473e3cc78c094cc07133951ee4d59baf4481761 (patch)
treecedf0c71e8c79e4e194534df91030f52e321d7b1
parent064423e9c781ffcc89b8450dc52e1433a08d2d54 (diff)
downloadorg-mode-7473e3cc78c094cc07133951ee4d59baf4481761.tar.gz
Revert "Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]"
This reverts commit ca7aeada15aa2f3e5f8343d72acf58d54f67ca3c.
-rw-r--r--lisp/org-agenda.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 800aefc..2a13cf3 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -2161,8 +2161,6 @@ Pressing `<' twice means to restrict to the current subtree or region
(put 'org-agenda-redo-command 'org-lprops nil)
;; Remember where this call originated
(setq org-agenda-last-dispatch-buffer (current-buffer))
- ;; Remove all local variables
- (kill-all-local-variables)
(unless keys
(setq ans (org-agenda-get-restriction-and-command prefix-descriptions)
keys (car ans)