yatex

diff yatex.el @ 183:1c41dc8a28eb

doc fix
author yuuji@gentei.org
date Thu, 13 Oct 2011 10:16:58 +0900
parents ab7cd5129797
children 85e57c4b27a2
line diff
     1.1 --- a/yatex.el	Fri Oct 07 16:00:52 2011 +0900
     1.2 +++ b/yatex.el	Thu Oct 13 10:16:58 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 Fri Oct  7 15:58:31 2011 on firestorm
    1.10 +;;; Last modified Thu Oct 13 09:38:58 2011 on firestorm
    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)