# HG changeset patch # User HIROSE Yuuji # Date 1540176443 -32400 # Node ID c3b9e81bd4329db452d9a8764a8766afaf132ec0 # Parent e7356faf50df0f24ebeabee38e99f2b99d0f01c2 Add-in "::" function should take an argument. diff -r e7356faf50df -r c3b9e81bd432 yatexadd.el --- 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)