emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el
Date: Wed, 09 Feb 2005 10:52:46 -0500

Index: emacs/lisp/textmodes/tex-mode.el
diff -c emacs/lisp/textmodes/tex-mode.el:1.155 
emacs/lisp/textmodes/tex-mode.el:1.156
*** emacs/lisp/textmodes/tex-mode.el:1.155      Mon Jan 17 23:49:20 2005
--- emacs/lisp/textmodes/tex-mode.el    Wed Feb  9 15:50:36 2005
***************
*** 127,133 ****
  If nil, TeX runs with no options.  See the documentation of `tex-command'."
    :type 'string
    :group 'tex-run
!   :version "21.4")
  
  ;;;###autoload
  (defcustom tex-start-commands "\\nonstopmode\\input"
--- 127,133 ----
  If nil, TeX runs with no options.  See the documentation of `tex-command'."
    :type 'string
    :group 'tex-run
!   :version "22.1")
  
  ;;;###autoload
  (defcustom tex-start-commands "\\nonstopmode\\input"
***************
*** 139,145 ****
                       "\\nonstopmode\\input")
                (string :tag "String at your choice"))
    :group 'tex-run
!   :version "21.4")
  
  (defvar latex-standard-block-names
    '("abstract"                "array"         "center"        "description"
--- 139,145 ----
                       "\\nonstopmode\\input")
                (string :tag "String at your choice"))
    :group 'tex-run
!   :version "22.1")
  
  (defvar latex-standard-block-names
    '("abstract"                "array"         "center"        "description"
***************
*** 199,205 ****
  (defcustom tex-dvi-view-command
    '(cond
      ((eq window-system 'x) "xdvi")
!     ((eq window-system 'w32) "yap") 
      (t "dvi2tty * | cat -s"))
    "*Command used by \\[tex-view] to display a `.dvi' file.
  If it is a string, that specifies the command directly.
--- 199,205 ----
  (defcustom tex-dvi-view-command
    '(cond
      ((eq window-system 'x) "xdvi")
!     ((eq window-system 'w32) "yap")
      (t "dvi2tty * | cat -s"))
    "*Command used by \\[tex-view] to display a `.dvi' file.
  If it is a string, that specifies the command directly.
***************
*** 1776,1782 ****
           (when (file-newer-than-file-p f file)
             (setq uptodate nil)))))
       uptodate)))
!     
  
  (autoload 'format-spec "format-spec")
  
--- 1776,1782 ----
           (when (file-newer-than-file-p f file)
             (setq uptodate nil)))))
       uptodate)))
! 
  
  (autoload 'format-spec "format-spec")
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]