]> git.eshelyaron.com Git - emacs.git/commitdiff
2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
authorCarsten Dominik <dominik@science.uva.nl>
Thu, 3 Sep 2009 07:20:50 +0000 (07:20 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Thu, 3 Sep 2009 07:20:50 +0000 (07:20 +0000)
* org-protocol.el (org-protocol-store-link)
(org-protocol-remember, org-protocol-open-source): Remove autoload
cookies again.

lisp/org/org-protocol.el

index 61e29882b4fb9a99398ba2c5c9805da1758e44cc..8983b2716096e6196969f6e225c9f1b12357b831 100644 (file)
@@ -393,7 +393,6 @@ 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
@@ -423,7 +422,6 @@ 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.
 
@@ -471,7 +469,6 @@ 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.