diff options
| author | Carsten Dominik | 2009-09-03 07:20:50 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2009-09-03 07:20:50 +0000 |
| commit | 102a7c9d746a11ca8ee0f7486693f2fa5bb6f688 (patch) | |
| tree | aba095e92e2320d67f30b5e7532c6112ba4727b3 | |
| parent | 53e31a315279ecbf490f76603ef59da5634621c8 (diff) | |
| download | emacs-102a7c9d746a11ca8ee0f7486693f2fa5bb6f688.tar.gz emacs-102a7c9d746a11ca8ee0f7486693f2fa5bb6f688.zip | |
2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
* org-protocol.el (org-protocol-store-link)
(org-protocol-remember, org-protocol-open-source): Remove autoload
cookies again.
| -rw-r--r-- | lisp/org/org-protocol.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/org/org-protocol.el b/lisp/org/org-protocol.el index 61e29882b4f..8983b271609 100644 --- a/lisp/org/org-protocol.el +++ b/lisp/org/org-protocol.el | |||
| @@ -393,7 +393,6 @@ function transforms it into a flat list." | |||
| 393 | 393 | ||
| 394 | ;;; Standard protocol handlers: | 394 | ;;; Standard protocol handlers: |
| 395 | 395 | ||
| 396 | ;;;###autoload | ||
| 397 | (defun org-protocol-store-link (fname) | 396 | (defun org-protocol-store-link (fname) |
| 398 | "Process an org-protocol://store-link:// style url | 397 | "Process an org-protocol://store-link:// style url |
| 399 | and store a browser URL as an org link. Also pushes the links URL to the | 398 | 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 | |||
| 423 | uri)) | 422 | uri)) |
| 424 | nil) | 423 | nil) |
| 425 | 424 | ||
| 426 | ;;;###autoload | ||
| 427 | (defun org-protocol-remember (info) | 425 | (defun org-protocol-remember (info) |
| 428 | "Process an org-protocol://remember:// style url. | 426 | "Process an org-protocol://remember:// style url. |
| 429 | 427 | ||
| @@ -471,7 +469,6 @@ Now template ?b will be used." | |||
| 471 | (message "Org-mode not loaded.")) | 469 | (message "Org-mode not loaded.")) |
| 472 | nil) | 470 | nil) |
| 473 | 471 | ||
| 474 | ;;;###autoload | ||
| 475 | (defun org-protocol-open-source (fname) | 472 | (defun org-protocol-open-source (fname) |
| 476 | "Process an org-protocol://open-source:// style url. | 473 | "Process an org-protocol://open-source:// style url. |
| 477 | 474 | ||