changeset 552:c3b9e81bd432 dev

Add-in "::" function should take an argument.
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 22 Oct 2018 11:47:23 +0900
parents e7356faf50df
children ae0b9fe6372a
files yatexadd.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yatexadd.el	Mon Oct 22 11:44:45 2018 +0900
+++ b/yatexadd.el	Mon Oct 22 11:47:23 2018 +0900
@@ -1,6 +1,6 @@
 ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
 ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Mon Oct 22 11:43:47 2018 on firestorm
+;;; Last modified Mon Oct 22 11:46:32 2018 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -2138,7 +2138,7 @@
     (if (string= "" subcap) ""
       (concat "[" subcap "]"))))
 
-(defun YaTeX::subfigure ()
+(defun YaTeX::subfigure (argp)
   (setq YaTeX-section-name "includegraphics")
   nil)
 

yatex.org