projects
/
org-mode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
535750d
)
`org-load-noerror-mustsuffix' requires an autoload
author
Eric Schulte
<schulte.eric@gmail.com>
Thu, 10 Jan 2013 23:43:26 +0000 (16:43 -0700)
committer
Eric Schulte
<schulte.eric@gmail.com>
Thu, 10 Jan 2013 23:43:26 +0000 (16:43 -0700)
* lisp/org-macs.el: `org-load-noerror-mustsuffix' requires an autoload.
lisp/org-macs.el
patch
|
blob
|
history
diff --git
a/lisp/org-macs.el
b/lisp/org-macs.el
index
e5d6100
..
974a366
100644
(file)
--- a/
lisp/org-macs.el
+++ b/
lisp/org-macs.el
@@
-426,6
+426,7
@@
the value in cdr."
(cons (list (car flat) (cadr flat))
(org-make-parameter-alist (cddr flat)))))
+;;;###autoload
(defmacro org-load-noerror-mustsuffix (file)
"Load FILE with optional arguments NOERROR and MUSTSUFFIX. Drop the MUSTSUFFIX argument for XEmacs, which doesn't recognize it."
(if (featurep 'xemacs)