Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/w3/w3-cus.el Mon Aug 13 09:31:13 2007 +0200 +++ b/lisp/w3/w3-cus.el Mon Aug 13 09:31:46 2007 +0200 @@ -1,7 +1,7 @@ ;;; w3-cus.el --- Customization support for Emacs-W3 ;; Author: wmperry -;; Created: 1997/03/24 06:35:57 -;; Version: 1.7 +;; Created: 1997/04/24 14:57:19 +;; Version: 1.8 ;; Keywords: comm, help, hypermedia ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -279,7 +279,9 @@ "*How to map MIME types to image types for the `image' package. Each entry is a cons cell of MIME types and image-type symbols." :group 'w3-images - :type '(repeat cons)) + :type '(repeat (cons :format "%v" + (string :tag "MIME Type") + (symbol :tag "Image type")))) ;;; Printing variables (defcustom w3-latex-docstyle "{article}"