yatex

changeset 105:08daee5495dc dev

YaTeX:dashbox, YaTeX:savebox should be ::
author yuuji@gentei.org
date Thu, 15 Oct 2009 09:20:20 +0900
parents 47a11079cc56
children 45b54410c794
files yatexadd.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/yatexadd.el	Thu Oct 15 09:18:51 2009 +0900
     1.2 +++ b/yatexadd.el	Thu Oct 15 09:20:20 2009 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX add-in functions.
     1.5  ;;; yatexadd.el rev.18
     1.6  ;;; (c)1991-2006 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Thu Oct 15 09:17:50 2009 on firestorm
     1.8 +;;; Last modified Thu Oct 15 09:18:40 2009 on firestorm
     1.9  ;;; $Id: yatexadd.el,v f14ec50103d0 2009/09/27 22:55:44 yuuji $
    1.10  
    1.11  ;;;
    1.12 @@ -203,11 +203,11 @@
    1.13     ((= argp 1) (read-string "Width: "))
    1.14     ((= argp 2) (read-string "Text: "))))
    1.15  
    1.16 -(defun YaTeX:dashbox ()
    1.17 +(defun YaTeX::dashbox ()
    1.18    (concat "{" (read-string "Dash dimension: ") "}"
    1.19  	  (YaTeX:read-coordinates "Dimension")))
    1.20  
    1.21 -(defun YaTeX:savebox (argp)
    1.22 +(defun YaTeX::savebox (argp)
    1.23    (cond
    1.24     ((= argp 1) (read-string "Saved into name: " "\\"))
    1.25     ((= argp 2) (read-string "Text: "))))