Mercurial > hgrepos > hgweb.cgi > 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 wrap: on
line diff
--- a/yatexadd.el Thu Oct 15 09:18:51 2009 +0900 +++ b/yatexadd.el Thu Oct 15 09:20:20 2009 +0900 @@ -2,7 +2,7 @@ ;;; YaTeX add-in functions. ;;; yatexadd.el rev.18 ;;; (c)1991-2006 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Thu Oct 15 09:17:50 2009 on firestorm +;;; Last modified Thu Oct 15 09:18:40 2009 on firestorm ;;; $Id: yatexadd.el,v f14ec50103d0 2009/09/27 22:55:44 yuuji $ ;;; @@ -203,11 +203,11 @@ ((= argp 1) (read-string "Width: ")) ((= argp 2) (read-string "Text: ")))) -(defun YaTeX:dashbox () +(defun YaTeX::dashbox () (concat "{" (read-string "Dash dimension: ") "}" (YaTeX:read-coordinates "Dimension"))) -(defun YaTeX:savebox (argp) +(defun YaTeX::savebox (argp) (cond ((= argp 1) (read-string "Saved into name: " "\\")) ((= argp 2) (read-string "Text: "))))