yatex

diff yatexmth.el @ 47:d7e7b4654058

Support special popup frame. Refine highlightening method. On Emacs-19, couldn't save user completion table correctly, fixed.
author yuuji
date Mon, 24 Oct 1994 17:26:47 +0000
parents 433b27a11019
children b0371b6ed799
line diff
     1.1 --- a/yatexmth.el	Thu Jul 14 17:49:36 1994 +0000
     1.2 +++ b/yatexmth.el	Mon Oct 24 17:26:47 1994 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX math-mode-specific functions.
     1.5  ;;; yatexmth.el rev.2
     1.6  ;;; (c )1993-1994 by HIROSE Yuuji [yuuji@ae.keio.ac.jp]
     1.7 -;;; Last modified Thu Jul 14 22:42:05 1994 on figaro
     1.8 +;;; Last modified Tue Oct 11 22:57:43 1994 on figaro
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; [Customization guide]
    1.12 @@ -214,7 +214,7 @@
    1.13     ("==>"	"Longrightarrow" "==>")
    1.14     ("<->"	"leftrightarrow" ("<->"		""))
    1.15     ("<-->"	"longleftrightarrow" ("<---->"	"--"))
    1.16 -   ("<=>"	"leftrightarrow" "<=>")
    1.17 +   ("<=>"	"Leftrightarrow" "<=>")
    1.18     ("<==>"	"Longleftrightarrow" "<==>")
    1.19     ("^|"	"uparrow"	("^\n|" ""))
    1.20     ("\C-p"	"uparrow"	("^\n|" ""))