projects
/
elisp
/
mu-cite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7d2cf
)
(latex-math-decode-region): Add autoload cookie.
author
yamaoka
<yamaoka>
Mon, 19 Jul 1999 04:05:44 +0000
(
04:05
+0000)
committer
yamaoka
<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
patch
|
blob
|
history
diff --git
a/latex-math-symbol.el
b/latex-math-symbol.el
index
9afd645
..
77df265
100644
(file)
--- a/
latex-math-symbol.el
+++ b/
latex-math-symbol.el
@@
-145,6
+145,7
@@
("_4" . "
\e
$(C)~
\e
(B")("_{4}" . "
\e
$(C)~
\e
(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))