comparison yatexlib.el @ 88:ce2deaceb818 yatex-1.74

yatex-1.74
author yuuji@gentei.org
date Mon, 28 Sep 2009 11:37:51 +0900
parents f14ec50103d0
children 8703f090c628
comparison
equal deleted inserted replaced
87:7ab5cf76e676 88:ce2deaceb818
1 ;;; -*- Emacs-Lisp -*- 1 ;;; -*- Emacs-Lisp -*-
2 ;;; YaTeX and yahtml common libraries, general functions and definitions 2 ;;; YaTeX and yahtml common libraries, general functions and definitions
3 ;;; yatexlib.el 3 ;;; yatexlib.el
4 ;;; (c)1994-2006 by HIROSE Yuuji.[yuuji@yatex.org] 4 ;;; (c)1994-2009 by HIROSE Yuuji.[yuuji@yatex.org]
5 ;;; Last modified Sat Apr 18 07:32:45 2009 on firestorm 5 ;;; Last modified Mon Sep 28 10:46:39 2009 on firestorm
6 ;;; $Id$ 6 ;;; $Id$
7 7
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