changeset 464:c996fbcc2e79 dev

small bug fix
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 03 Jun 2017 23:24:44 +0859
parents a4d49700b1c5
children e9299b77df1f
files yatexadd.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yatexadd.el	Wed May 31 21:56:49 2017 +0859
+++ b/yatexadd.el	Sat Jun 03 23:24:44 2017 +0859
@@ -1,6 +1,6 @@
 ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
 ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Wed May 31 20:57:12 2017 on firestorm
+;;; Last modified Sat Jun  3 23:23:23 2017 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -1106,7 +1106,7 @@
 		  (setq label (YaTeX-match-string 0))
 		  (put 'YaTeX::ref-labeling-regexp lnum
 		       (YaTeX-match-string (cdr (car list))))
-		  (funcall (concat output labelleader) label 0) ;;0 is dummy
+		  (funcall output (concat labelleader label) 0) ;;0 is dummy
 		  (setq list nil)))
 	    (setq list (cdr list))))
 	))

yatex.org