yatex

diff yatex23.el @ 428:9219b8c610f8

"label"
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 25 Sep 2015 14:40:08 +0859
parents e95ae850eefb
children 5b49aea3810d
line diff
     1.1 --- a/yatex23.el	Tue Jan 06 20:38:34 2015 +0900
     1.2 +++ b/yatex23.el	Fri Sep 25 14:40:08 2015 +0859
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
     1.5  ;;; (c)2014-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Tue Jan  6 08:54:04 2015 on firestorm
     1.7 +;;; Last modified Sun Jan 18 21:12:27 2015 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -17,7 +17,7 @@
    1.12    "DnD handler for yatex-mode
    1.13  Convert local image URI to \\includegraphcis{} and
    1.14  .tex file names to \\include{}."
    1.15 -  (let*((file (dnd-get-local-file-name uri))
    1.16 +  (let*((file (dnd-get-local-file-name uri t))
    1.17  	(path (save-excursion
    1.18  		(YaTeX-visit-main t)
    1.19  		(file-relative-name file)))