Add autoloads in org-protocol.el

This commit is contained in:
Carsten Dominik 2009-09-02 14:40:25 +02:00
parent 1152565013
commit e34f7fc202
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
* org-protocol.el (org-protocol-store-link)
(org-protocol-remember, org-protocol-open-source): Add autoloads.
* org-compat.el (org-float-time): New function.
* org.el (org-clock-update-time-maybe)

View File

@ -393,6 +393,7 @@ function transforms it into a flat list."
;;; Standard protocol handlers:
;;;###autoload
(defun org-protocol-store-link (fname)
"Process an org-protocol://store-link:// style url
and store a browser URL as an org link. Also pushes the links URL to the
@ -422,7 +423,7 @@ The sub-protocol used to reach this function is set in
uri))
nil)
;;;###autoload
(defun org-protocol-remember (info)
"Process an org-protocol://remember:// style url.
@ -470,7 +471,7 @@ Now template ?b will be used."
(message "Org-mode not loaded."))
nil)
;;;###autoload
(defun org-protocol-open-source (fname)
"Process an org-protocol://open-source:// style url.