yatex

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 diff
     1.1 --- a/yatex.el	Thu Oct 15 09:20:20 2009 +0900
     1.2 +++ b/yatex.el	Thu Oct 15 14:26:16 2009 +0900
     1.3 @@ -2,8 +2,8 @@
     1.4  ;;; Yet Another tex-mode for emacs - //–ì’¹//
     1.5  ;;; yatex.el rev. 1.74
     1.6  ;;; (c)1991-2009 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Mon Sep 28 10:44:35 2009 on firestorm
     1.8 -;;; $Id$
     1.9 +;;; Last modified Thu Oct 15 14:23:10 2009 on firestorm
    1.10 +;;; $Id: yatex.el,v ce2deaceb818 2009/09/28 02:37:27 yuuji $
    1.11  ;;; The latest version of this software is always available at;
    1.12  ;;; http://www.yatex.org/
    1.13  
    1.14 @@ -363,7 +363,7 @@
    1.15  
    1.16  (defvar singlecmd-table
    1.17    (append
    1.18 -   '(("maketitle") ("makeindex") ("sloppy") ("protect")
    1.19 +   '(("maketitle") ("makeindex") ("sloppy") ("protect") ("par")
    1.20       ("LaTeX") ("TeX") ("item") ("item[]") ("appendix") ("hline") ("kill")
    1.21       ;;("rightarrow") ("Rightarrow") ("leftarrow") ("Leftarrow")
    1.22       ("pagebreak") ("nopagebreak") ("tableofcontents")