(latex-math-decode-region): Add autoload cookie.
authoryamaoka <yamaoka>
Mon, 19 Jul 1999 04:05:44 +0000 (04:05 +0000)
committeryamaoka <yamaoka>
Mon, 19 Jul 1999 04:05:44 +0000 (04:05 +0000)
(latex-math-decode-buffer): Likewise.
;; Contributed by Kenji Itoh <keit@tpj.co.jp>.

latex-math-symbol.el

index 9afd645..77df265 100644 (file)
     ("_4"              . "\e$(C)~\e(B")("_{4}"           . "\e$(C)~\e(B")
     ))
 
+;;;###autoload
 (defun latex-math-decode-region (beg end)
   (interactive "r")
   (save-restriction
        (setq rest (cdr rest))
        ))))
 
+;;;###autoload
 (defun latex-math-decode-buffer ()
   (interactive)
   (latex-math-decode-region (point-min)(point-max))