changeset 106:45b54410c794 dev

Add 'par to default maketitle-type completion table.
author yuuji@gentei.org
date Thu, 15 Oct 2009 14:26:16 +0900
parents 08daee5495dc
children d63a7297756a
files yatex.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Thu Oct 15 09:20:20 2009 +0900
+++ b/yatex.el	Thu Oct 15 14:26:16 2009 +0900
@@ -2,8 +2,8 @@
 ;;; Yet Another tex-mode for emacs - //–ì’¹//
 ;;; yatex.el rev. 1.74
 ;;; (c)1991-2009 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Mon Sep 28 10:44:35 2009 on firestorm
-;;; $Id$
+;;; Last modified Thu Oct 15 14:23:10 2009 on firestorm
+;;; $Id: yatex.el,v ce2deaceb818 2009/09/28 02:37:27 yuuji $
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
 
@@ -363,7 +363,7 @@
 
 (defvar singlecmd-table
   (append
-   '(("maketitle") ("makeindex") ("sloppy") ("protect")
+   '(("maketitle") ("makeindex") ("sloppy") ("protect") ("par")
      ("LaTeX") ("TeX") ("item") ("item[]") ("appendix") ("hline") ("kill")
      ;;("rightarrow") ("Rightarrow") ("leftarrow") ("Leftarrow")
      ("pagebreak") ("nopagebreak") ("tableofcontents")

yatex.org