From 4381fea0550e3c9238b09dbe4c557a51affecd4d Mon Sep 17 00:00:00 2001 From: Bernt Hansen Date: Thu, 12 Nov 2009 07:39:44 -0500 Subject: [PATCH] Rename variable due to typo --- lisp/org-agenda.el | 2 +- lisp/org-mobile.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 5bc966cf2..20d68edae 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1774,7 +1774,7 @@ Pressing `<' twice means to restrict to the current subtree or region entry key type match lprops ans) ;; Turn off restriction unless there is an overriding one, (unless org-agenda-overriding-restriction - (unless (org-bound-and-true-p org-agenda-keep-restriced-file-list) + (unless (org-bound-and-true-p org-agenda-keep-restricted-file-list) ;; There is a request to keep the file list in place (put 'org-agenda-files 'org-restrict nil)) (setq org-agenda-restrict nil) diff --git a/lisp/org-mobile.el b/lisp/org-mobile.el index c0751bb46..d441337f6 100644 --- a/lisp/org-mobile.el +++ b/lisp/org-mobile.el @@ -280,7 +280,7 @@ agenda view showing the flagged items." ;; Make an agenda view of flagged entries, but only in the files ;; where stuff has been added. (put 'org-agenda-files 'org-restrict org-mobile-last-flagged-files) - (let ((org-agenda-keep-restriced-file-list t)) + (let ((org-agenda-keep-restricted-file-list t)) (org-agenda nil "?")))))) (defun org-mobile-check-setup () -- 2.11.4.GIT