diff options
| author | Bastien Guerry | 2013-11-12 21:14:21 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2013-11-12 21:14:21 +0100 |
| commit | c71bf8614000b219eab32a200a7267d7520a9cfe (patch) | |
| tree | 5c976e686c4065895903dff38fd2b8368794bdc5 | |
| parent | 757f401fe7d6410924c0a512818d9e49b46626fd (diff) | |
| download | emacs-c71bf8614000b219eab32a200a7267d7520a9cfe.tar.gz emacs-c71bf8614000b219eab32a200a7267d7520a9cfe.zip | |
org-agenda.el (org-agenda-set-restriction-lock): Autoload
* org-agenda.el (org-agenda-set-restriction-lock): Autoload.
| -rw-r--r-- | lisp/org/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/org/org-agenda.el | 1 |
2 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 1 | 2013-11-12 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * org-agenda.el (org-agenda-set-restriction-lock): Autoload. | ||
| 4 | |||
| 1 | 2013-11-12 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2013-11-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | Address some byte-compiler warnings. | 7 | 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." | |||
| 7084 | 'help-echo "Agendas are currently limited to this subtree.") | 7084 | 'help-echo "Agendas are currently limited to this subtree.") |
| 7085 | (org-detach-overlay org-agenda-restriction-lock-overlay) | 7085 | (org-detach-overlay org-agenda-restriction-lock-overlay) |
| 7086 | 7086 | ||
| 7087 | ;;;###autoload | ||
| 7087 | (defun org-agenda-set-restriction-lock (&optional type) | 7088 | (defun org-agenda-set-restriction-lock (&optional type) |
| 7088 | "Set restriction lock for agenda, to current subtree or file. | 7089 | "Set restriction lock for agenda, to current subtree or file. |
| 7089 | Restriction will be the file if TYPE is `file', or if type is the | 7090 | Restriction will be the file if TYPE is `file', or if type is the |