From c71bf8614000b219eab32a200a7267d7520a9cfe Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 12 Nov 2013 21:14:21 +0100 Subject: [PATCH] org-agenda.el (org-agenda-set-restriction-lock): Autoload * org-agenda.el (org-agenda-set-restriction-lock): Autoload. --- lisp/org/ChangeLog | 4 ++++ lisp/org/org-agenda.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index c8ae3496e44..135ac7fec71 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,3 +1,7 @@ +2013-11-12 Bastien Guerry + + * org-agenda.el (org-agenda-set-restriction-lock): Autoload. + 2013-11-12 Stefan Monnier Address some byte-compiler warnings. diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index 3ecd49a81fa..3af1947bd33 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el @@ -7084,6 +7084,7 @@ their type." 'help-echo "Agendas are currently limited to this subtree.") (org-detach-overlay org-agenda-restriction-lock-overlay) +;;;###autoload (defun org-agenda-set-restriction-lock (&optional type) "Set restriction lock for agenda, to current subtree or file. Restriction will be the file if TYPE is `file', or if type is the -- 2.39.2