diff lisp/w3/w3-vars.el @ 185:3d6bfa290dbd r20-3b19

Import from CVS: tag r20-3b19
author cvs
date Mon, 13 Aug 2007 09:55:28 +0200
parents 8eaf7971accc
children 489f57a838ef
line wrap: on
line diff
--- a/lisp/w3/w3-vars.el	Mon Aug 13 09:54:24 2007 +0200
+++ b/lisp/w3/w3-vars.el	Mon Aug 13 09:55:28 2007 +0200
@@ -1,7 +1,7 @@
 ;;; w3-vars.el,v --- All variable definitions for emacs-w3
 ;; Author: wmperry
-;; Created: 1997/07/12 04:58:34
-;; Version: 1.149
+;; Created: 1997/08/12 14:44:46
+;; Version: 1.150
 ;; Keywords: comm, help, hypermedia
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -34,7 +34,7 @@
 (require 'wid-edit)			; For `widget-keymap'
 
 (defconst w3-version-number
-  (let ((x "p3.0.94"))
+  (let ((x "p3.0.103"))
     (if (string-match "State:[ \t\n]+.\\([^ \t\n]+\\)" x)
 	(setq x (substring x (match-beginning 1) (match-end 1)))
       (setq x (substring x 1)))
@@ -42,7 +42,7 @@
      (function (lambda (x) (if (= x ?-) "." (char-to-string x)))) x ""))
   "Version # of w3-mode.")
 
-(defconst w3-version-date (let ((x "1997/07/12 04:58:34"))
+(defconst w3-version-date (let ((x "1997/08/12 14:44:46"))
 			    (if (string-match "Date: \\([^ \t\n]+\\)" x)
 				(substring x (match-beginning 1) (match-end 1))
 			      x))
@@ -373,6 +373,12 @@
 (defvar w3-target-window-distances nil
   "Target window distances")
 
+(defvar w3-tty-char-width 8
+  "*Char width to use when in a tty")
+
+(defvar w3-tty-char-height 15
+  "*Char height to use when in a tty")
+
 (defvar w3-form-radio-elements nil "Internal variable - do not touch!")
 (defvar w3-form-elements nil "Internal variable - do not touch!")