changeset 231:d329bbed72cd dev

MAKEINDEX's short-cut should be `i'.
author yuuji@gentei.org
date Tue, 24 Jan 2012 09:45:23 +0900
parents 7f4a5db88fbb
children b46b927914c8
files yatex.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Tue Jan 24 09:44:42 2012 +0900
+++ b/yatex.el	Tue Jan 24 09:45:23 2012 +0900
@@ -2,7 +2,7 @@
 ;;; Yet Another tex-mode for emacs - //–ì’¹//
 ;;; yatex.el rev. 1.75.2
 ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Mon Jan 23 01:19:32 2012 on firestorm
+;;; Last modified Mon Jan 23 07:58:11 2012 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -1639,16 +1639,16 @@
   "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 M)akeindex B)ibtex")
+  (message "!)Edit-%%#! B)EGIN-END-region P)review L)Edit-%%#LPR make(I)ndex B)ibtex")
   (let ((c (or char (read-char))) (string "") key
 	(b (make-marker)) (e (make-marker)))
     (save-excursion
       (cond
-       ((rindex "!plmb" c)		;Edit %#xxx
+       ((rindex "!plib" c)		;Edit %#xxx
 	(setq key (cdr (assq c '((?! . "!")
 				 (?p . "PREVIEW")
 				 (?l . "LPR")
-				 (?m . "MAKEINDEX")
+				 (?i . "MAKEINDEX")
 				 (?b . "BIBTEX")))))
 	(YaTeX-getset-builtin key t))
 

yatex.org