Mercurial > hg > xemacs-beta
comparison lisp/w3/w3-cus.el @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 5a88923fcbfe |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
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/05/28 13:51:24 | 3 ;; Created: 1997/07/06 22:30:54 |
4 ;; Version: 1.9 | 4 ;; Version: 1.10 |
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. |
344 " (Lynx)") | 344 " (Lynx)") |
345 ": " | 345 ": " |
346 (40 (-40 "%b")) | 346 (40 (-40 "%b")) |
347 " " | 347 " " |
348 (w3-current-isindex "[Searchable] ") | 348 (w3-current-isindex "[Searchable] ") |
349 (w3-current-badhtml "[BAD HTML] ") | |
349 "%p" " " global-mode-string)) | 350 "%p" " " global-mode-string)) |
350 "*The modeline format string when in w3 mode" | 351 "*The modeline format string when in w3 mode" |
351 :group 'w3-advanced | 352 :group 'w3-advanced |
352 :type 'list) | 353 :type 'list) |
353 | 354 |