From 98248218ef64780977dd83638f60a8a7d8a76778 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 19 Jul 1999 04:05:44 +0000 Subject: [PATCH] (latex-math-decode-region): Add autoload cookie. (latex-math-decode-buffer): Likewise. ;; Contributed by Kenji Itoh . --- latex-math-symbol.el | 2 ++ 1 file changed, 2 insertions(+) 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)) -- 1.7.10.4