comparison yatexlib.el @ 364:d69fd7b1ac4d dev yatex-1.78

yatex-1.78
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 26 Dec 2014 01:02:52 +0900
parents 5465428f5a68
children 77a2fd4fd634
comparison
equal deleted inserted replaced
363:f7ae3e4be0bb 364:d69fd7b1ac4d
1 ;;; yatexlib.el --- YaTeX and yahtml common libraries 1 ;;; yatexlib.el --- YaTeX and yahtml common libraries
2 ;;; 2 ;;;
3 ;;; (c)1994-2013 by HIROSE Yuuji.[yuuji@yatex.org] 3 ;;; (c)1994-2013 by HIROSE Yuuji.[yuuji@yatex.org]
4 ;;; Last modified Sun Dec 21 23:55:30 2014 on firestorm 4 ;;; Last modified Sun Dec 21 23:55:30 2014 on firestorm
5 ;;; $Id$ 5 ;;; $Id: yatexlib.el,v 1.78 2014/12/25 15:11:02 yuuji Rel $
6 6
7 ;;; Code: 7 ;;; Code:
8 ;; General variables 8 ;; General variables
9 (defvar YaTeX-dos (memq system-type '(ms-dos windows-nt OS/2))) 9 (defvar YaTeX-dos (memq system-type '(ms-dos windows-nt OS/2)))
10 (defvar YaTeX-macos (memq system-type '(darwin))) 10 (defvar YaTeX-macos (memq system-type '(darwin)))

yatex.org