X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmu-cite.git;a=blobdiff_plain;f=latex-math-symbol.el;h=d5dd915989af0b5a082be54393fac3f18380537b;hp=9afd645ce056ac3c0fc01caacc8c0e26aee5df47;hb=HEAD;hpb=b2d21363b4638ec03609c7749fdcb67de1038980 diff --git a/latex-math-symbol.el b/latex-math-symbol.el index 9afd645..d5dd915 100644 --- a/latex-math-symbol.el +++ b/latex-math-symbol.el @@ -22,8 +22,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: @@ -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))