yatex

diff yatex23.el @ 382:e009c4f86ede

Change default directory of HELP file to under `site-lisp/yatex'.
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 06 Jan 2015 20:29:08 +0900
parents 81413ee9c32d
children e95ae850eefb
line diff
     1.1 --- a/yatex23.el	Sun Jan 04 19:05:28 2015 +0900
     1.2 +++ b/yatex23.el	Tue Jan 06 20:29:08 2015 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex23.el --- YaTeX facilities for Emacs 23 or later -*- coding: sjis -*-
     1.5  ;;; (c)2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Sun Jan  4 17:14:59 2015 on firestorm
     1.7 +;;; Last modified Sun Jan  4 23:19:02 2015 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -95,7 +95,7 @@
    1.12    "Overlay of on-the-fly preview image")
    1.13  (defface YaTeX-on-the-fly-activated-face
    1.14    (list
    1.15 -   (list (list '(class color))
    1.16 +   (list (list '(class color) '(min-colors 65536))
    1.17  	 (list ':background
    1.18  	       (if (eq YaTeX-background-mode 'light)
    1.19  		   (car YaTeX-on-the-fly-bg-face)