yatex

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 diff
     1.1 --- a/yatexadd.el	Mon Oct 22 11:44:45 2018 +0900
     1.2 +++ b/yatexadd.el	Mon Oct 22 11:47:23 2018 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
     1.5  ;;; (c)1991-2018 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Mon Oct 22 11:43:47 2018 on firestorm
     1.7 +;;; Last modified Mon Oct 22 11:46:32 2018 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -2138,7 +2138,7 @@
    1.12      (if (string= "" subcap) ""
    1.13        (concat "[" subcap "]"))))
    1.14  
    1.15 -(defun YaTeX::subfigure ()
    1.16 +(defun YaTeX::subfigure (argp)
    1.17    (setq YaTeX-section-name "includegraphics")
    1.18    nil)
    1.19