Mercurial > hg > xemacs-beta
comparison lisp/utils/highlight-headers.el @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 9b50b4588a93 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
434 (defvar highlight-headers-follow-url-function 'w3-fetch | 434 (defvar highlight-headers-follow-url-function 'w3-fetch |
435 "The function to invoke to follow a URL. | 435 "The function to invoke to follow a URL. |
436 Possible values that work out of the box are: | 436 Possible values that work out of the box are: |
437 | 437 |
438 'w3-fetch == Use emacs-w3 | 438 'w3-fetch == Use emacs-w3 |
439 'highlight-headers-follow-url-netscape == Use Netscape 1.1 | 439 'highlight-headers-follow-url-netscape == Use Netscape |
440 'highlight-headers-follow-url-mosaic == Use Mosaic") | 440 'highlight-headers-follow-url-mosaic == Use Mosaic") |
441 | 441 |
442 (defvar highlight-headers-follow-url-netscape-auto-raise t | 442 (defvar highlight-headers-follow-url-netscape-auto-raise t |
443 "*Whether to make Netscape auto-raise when a URL is sent to it.") | 443 "*Whether to make Netscape auto-raise when a URL is sent to it.") |
444 | 444 |