org-agenda.el: don't prevent the use of M-x text-scale-mode RET

* lisp/org-agenda.el (org-agenda-mode): Fix bug: don't prevent the
use of M-x text-scale-mode RET.

Before this fix, M-x text-scale-mode RET was only available after
the agenda buffer was redone once.  Now it is available immediately.

This fixes commit 00c1184a0.
This commit is contained in:
Bastien 2020-01-25 21:01:32 +01:00
parent c8975ec150
commit 1f6bacf88c
1 changed files with 0 additions and 1 deletions

View File

@ -2199,7 +2199,6 @@ The following commands are available:
(interactive)
(let ((agenda-local-vars-to-keep
'(text-scale-mode-amount
text-scale-mode
text-scale-mode-lighter
face-remapping-alist))
(save (buffer-local-variables)))