yatex

diff yatex.el @ 611:e87c3271b8fd

Add "meter" and "progress" completions
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 17 Jul 2023 17:05:45 +0900
parents e73e41509124
children
line diff
     1.1 --- a/yatex.el	Sun Oct 16 20:57:34 2022 +0859
     1.2 +++ b/yatex.el	Mon Jul 17 17:05:45 2023 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2022 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Sun Oct 16 20:54:58 2022 on firestorm
     1.7 +;;; Last modified Sun Dec 25 13:57:49 2022 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; https://www.yatex.org/
    1.11 @@ -16,7 +16,7 @@
    1.12  
    1.13  ;;; Code:
    1.14  (require 'yatexlib)
    1.15 -(defconst YaTeX-revision-number "1.82.2"
    1.16 +(defconst YaTeX-revision-number "1.83"
    1.17    "Revision number of running yatex.el")
    1.18  
    1.19  ;---------- Local variables ----------