diff --git a/yatexadd.el b/yatexadd.el index 5216388..36dc029 100644 --- a/yatexadd.el +++ b/yatexadd.el @@ -1,7 +1,7 @@ ;;; yatexadd.el --- YaTeX add-in functions ;;; yatexadd.el rev.21 ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Thu Dec 18 17:28:29 2014 on firestorm +;;; Last modified Thu Dec 18 17:37:11 2014 on firestorm ;;; $Id$ ;;; Code: @@ -1942,7 +1942,7 @@ (defun YaTeX::includegraphics (argp &optional file doclip) "Add-in for \\includegraphics" - (let ((imgfile (or file (YaTeX::include argp "Image File: "))) + (let*((imgfile (or file (YaTeX::include argp "Image File: "))) (imgfilepath (save-excursion (YaTeX-visit-main t)