comparison lisp/w3/w3-cus.el @ 138:6608ceec7cf8 r20-2b3

Import from CVS: tag r20-2b3
author cvs
date Mon, 13 Aug 2007 09:31:46 +0200
parents 9f59509498e1
children 5a88923fcbfe
comparison
equal deleted inserted replaced
137:cae984061f40 138:6608ceec7cf8
1 ;;; w3-cus.el --- Customization support for Emacs-W3 1 ;;; w3-cus.el --- Customization support for Emacs-W3
2 ;; Author: wmperry 2 ;; Author: wmperry
3 ;; Created: 1997/03/24 06:35:57 3 ;; Created: 1997/04/24 14:57:19
4 ;; Version: 1.7 4 ;; Version: 1.8
5 ;; Keywords: comm, help, hypermedia 5 ;; Keywords: comm, help, hypermedia
6 6
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8 ;;; Copyright (c) 1993 - 1996 by William M. Perry (wmperry@cs.indiana.edu) 8 ;;; Copyright (c) 1993 - 1996 by William M. Perry (wmperry@cs.indiana.edu)
9 ;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc. 9 ;;; Copyright (c) 1996, 1997 Free Software Foundation, Inc.
277 ("image/tiff" . tiff) 277 ("image/tiff" . tiff)
278 ) 278 )
279 "*How to map MIME types to image types for the `image' package. 279 "*How to map MIME types to image types for the `image' package.
280 Each entry is a cons cell of MIME types and image-type symbols." 280 Each entry is a cons cell of MIME types and image-type symbols."
281 :group 'w3-images 281 :group 'w3-images
282 :type '(repeat cons)) 282 :type '(repeat (cons :format "%v"
283 (string :tag "MIME Type")
284 (symbol :tag "Image type"))))
283 285
284 ;;; Printing variables 286 ;;; Printing variables
285 (defcustom w3-latex-docstyle "{article}" 287 (defcustom w3-latex-docstyle "{article}"
286 "*The documentstyle to use when printing or mailing files as LaTeX. 288 "*The documentstyle to use when printing or mailing files as LaTeX.
287 Good defaults are: {article}, [psfig,twocolumn]{article}, etc." 289 Good defaults are: {article}, [psfig,twocolumn]{article}, etc."