yatex

diff yatex.el @ 185:85e57c4b27a2

merged
author HIROSE Yuuji <yuuji@koeki-u.ac.jp>
date Wed, 30 Nov 2011 14:22:46 +0900
parents bdc00b25045d 67b1e094e151
children 61996cd55816
line diff
     1.1 --- a/yatex.el	Wed Nov 30 14:21:28 2011 +0900
     1.2 +++ b/yatex.el	Wed Nov 30 14:22:46 2011 +0900
     1.3 @@ -1,15 +1,15 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; Yet Another tex-mode for emacs - //–ì’¹//
     1.6 -;;; yatex.el rev. 1.74.4
     1.7 +;;; yatex.el rev. 1.74.5
     1.8  ;;; (c)1991-2011 by HIROSE Yuuji.[yuuji@yatex.org]
     1.9 -;;; Last modified Wed Nov 30 14:20:13 2011 on duke
    1.10 +;;; Last modified Wed Nov 30 14:22:06 2011 on duke
    1.11  ;;; $Id$
    1.12  ;;; The latest version of this software is always available at;
    1.13  ;;; http://www.yatex.org/
    1.14  
    1.15  (require 'comment)
    1.16  (require 'yatexlib)
    1.17 -(defconst YaTeX-revision-number "1.74.4"
    1.18 +(defconst YaTeX-revision-number "1.74.5"
    1.19    "Revision number of running yatex.el")
    1.20  
    1.21  ;---------- Local variables ----------
    1.22 @@ -510,7 +510,7 @@
    1.23    (if YaTeX-dos
    1.24        (define-key YaTeX-prefix-map "\C-r"
    1.25  	'(lambda () (interactive)
    1.26 -	   (set-screen-height YaTeX-saved-screen-height) (recenter)))))
    1.27 +	   (YaTeX-set-screen-height YaTeX-saved-screen-height) (recenter)))))
    1.28  
    1.29  (defvar YaTeX-section-completion-map nil
    1.30    "*Key map used at YaTeX completion in the minibuffer.")
    1.31 @@ -692,7 +692,7 @@
    1.32  	))
    1.33    (use-local-map YaTeX-mode-map)
    1.34    (set-syntax-table YaTeX-mode-syntax-table)
    1.35 -  (if YaTeX-dos (setq YaTeX-saved-screen-height (screen-height)))
    1.36 +  (if YaTeX-dos (setq YaTeX-saved-screen-height (YaTeX-screen-height)))
    1.37    (YaTeX-read-user-completion-table)
    1.38    (and (fboundp 'YaTeX-hilit-setup-alist) (YaTeX-hilit-setup-alist))
    1.39    (makunbound 'inenv)