소스 검색

`org-load-noerror-mustsuffix' requires an autoload

* lisp/org-macs.el: `org-load-noerror-mustsuffix' requires an autoload.
Eric Schulte 12 년 전
부모
커밋
f94d81a17e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/org-macs.el

+ 1 - 0
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)