changeset 417:1ab1b9ba8698 dev

Remove superfluous string in autoload line
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 12 Jul 2015 10:03:55 +0900
parents 368a86a179ff
children 92bab72bf4de
files yatexmth.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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

yatex.org