# HG changeset patch # User yuuji@gentei.org # Date 1255584376 -32400 # Node ID 45b54410c7942c940d8555a1118fb9f3576dc44c # Parent 08daee5495dc582dfa0bc1994016239ee997b31f Add 'par to default maketitle-type completion table. diff -r 08daee5495dc -r 45b54410c794 yatex.el --- 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")