summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-01-25 21:01:32 +0100
committerBastien <bzg@gnu.org>2020-01-25 21:01:32 +0100
commit1f6bacf88c7af53ad22311dd1245c132586fc73d (patch)
tree0af213d7fdb309f484267704efc3d6bf5f889ca8
parentc8975ec150236000cd07fb2adfdb40dc3e29e9b6 (diff)
downloadorg-mode-1f6bacf88c7af53ad22311dd1245c132586fc73d.tar.gz
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.
-rw-r--r--lisp/org-agenda.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 33ff3ff..43e5495 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -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)))