ソースを参照

ox-texinfo: Add missing autoload cookies

* lisp/ox-texinfo.el (org-texinfo-export-to-texinfo):
(org-texinfo-export-to-info): Add autoload cookie.
Nicolas Goaziou 7 年 前
コミット
9f863a695b
1 ファイル変更2 行追加0 行削除
  1. 2 0
      lisp/ox-texinfo.el

+ 2 - 0
lisp/ox-texinfo.el

@@ -1573,6 +1573,7 @@ contextual information."
 
 
 ;;; Interactive functions
 ;;; Interactive functions
 
 
+;;;###autoload
 (defun org-texinfo-export-to-texinfo
 (defun org-texinfo-export-to-texinfo
   (&optional async subtreep visible-only body-only ext-plist)
   (&optional async subtreep visible-only body-only ext-plist)
   "Export current buffer to a Texinfo file.
   "Export current buffer to a Texinfo file.
@@ -1607,6 +1608,7 @@ Return output file's name."
     (org-export-to-file 'texinfo outfile
     (org-export-to-file 'texinfo outfile
       async subtreep visible-only body-only ext-plist)))
       async subtreep visible-only body-only ext-plist)))
 
 
+;;;###autoload
 (defun org-texinfo-export-to-info
 (defun org-texinfo-export-to-info
   (&optional async subtreep visible-only body-only ext-plist)
   (&optional async subtreep visible-only body-only ext-plist)
   "Export current buffer to Texinfo then process through to INFO.
   "Export current buffer to Texinfo then process through to INFO.