From: yamaoka Date: Mon, 19 Jul 1999 04:05:44 +0000 (+0000) Subject: (latex-math-decode-region): Add autoload cookie. X-Git-Tag: mu-cite-8_0~43 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmu-cite.git;a=commitdiff_plain;h=98248218ef64780977dd83638f60a8a7d8a76778 (latex-math-decode-region): Add autoload cookie. (latex-math-decode-buffer): Likewise. ;; Contributed by Kenji Itoh . --- diff --git a/latex-math-symbol.el b/latex-math-symbol.el index 9afd645..77df265 100644 --- a/latex-math-symbol.el +++ b/latex-math-symbol.el @@ -145,6 +145,7 @@ ("_4" . "$(C)~(B")("_{4}" . "$(C)~(B") )) +;;;###autoload (defun latex-math-decode-region (beg end) (interactive "r") (save-restriction @@ -167,6 +168,7 @@ (setq rest (cdr rest)) )))) +;;;###autoload (defun latex-math-decode-buffer () (interactive) (latex-math-decode-region (point-min)(point-max))