changeset 386:8d17b1902bdd dev

Update menu string of YaTeX-%-menu
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 06 Jan 2015 23:20:53 +0900
parents 0f66df4d0477
children 04ee01ddb7ab
files yatex.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Tue Jan 06 23:14:31 2015 +0900
+++ b/yatex.el	Tue Jan 06 23:20:53 2015 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Tue Jan  6 23:02:32 2015 on firestorm
+;;; Last modified Tue Jan  6 23:19:53 2015 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -1656,7 +1656,7 @@
   "Operate %# notation."
   ;;Do not use interactive"r" for the functions which require no mark
   (interactive)
-  (message "!)Edit-%%#! B)EGIN-END-region P)review L)Edit-%%#LPR make(I)ndex B)ibtex")
+  (message "!)Edit-%%#! D)VIPDF B)EGIN-END-region P)review L)PR make(I)ndex b)ibtex")
   (let ((c (or char (read-char))) (string "") key
 	(b (make-marker)) (e (make-marker)))
     (save-excursion
@@ -1666,6 +1666,7 @@
 				 (?p . "PREVIEW")
 				 (?l . "LPR")
 				 (?i . "MAKEINDEX")
+				 (?d . "DVIPDF")
 				 (?b . "BIBTEX")))))
 	(YaTeX-getset-builtin key t))
 
@@ -1684,8 +1685,7 @@
 	(goto-char e)
 	(insert "%#END\n")
 	(set-marker b nil)
-	(set-marker e nil))
-       ))))
+	(set-marker e nil))))))
 
 (defvar YaTeX-refcommand-def-regexp-default
   "label\\|bibitem")

yatex.org