From 19572f393ae4ffd1fd43832b3f7f208c9e48481f Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 2 Sep 2009 17:24:13 +0200 Subject: [PATCH] Remove autoloads from org-protocol again --- lisp/org-protocol.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el index 6c96c15ac..f65b12f73 100644 --- a/lisp/org-protocol.el +++ b/lisp/org-protocol.el @@ -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.