# HG changeset patch # User HIROSE Yuuji # Date 1436663035 -32400 # Node ID 1ab1b9ba86984e858c0cc2e6af5a4ae1dc0d051b # Parent 368a86a179ffa54e50c0dcd4e3e97a0c1389724d Remove superfluous string in autoload line diff -r 368a86a179ff -r 1ab1b9ba8698 yatexmth.el --- a/yatexmth.el Wed Jul 08 09:16:35 2015 +0900 +++ b/yatexmth.el Sun Jul 12 10:03:55 2015 +0900 @@ -1,7 +1,7 @@ ;;; yatexmth.el --- YaTeX math-mode-specific functions -*- coding: sjis -*- ;;; ;;; (c)1993-2015 by HIROSE Yuuji [yuuji@yatex.org] -;;; Last modified Sun Jan 18 08:37:07 2015 on sdr +;;; Last modified Sun Jul 12 10:02:36 2015 on firestorm ;;; $Id$ ;;; Commentary: @@ -453,7 +453,7 @@ ;;; ;;YaTeX math-mode functions ;;; -;;;###autoload from yatex.el +;;;###autoload (defun YaTeX-toggle-math-mode (&optional arg) (interactive "P") (or (memq 'YaTeX-math-mode mode-line-format) nil