Mercurial > hg > xemacs-beta
comparison lisp/w3/w3.el @ 88:821dec489c24 r20-0
Import from CVS: tag r20-0
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:09:59 +0200 |
parents | 6a378aca36af |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
87:7df2982f5c17 | 88:821dec489c24 |
---|---|
1 ;;; w3.el --- Main functions for emacs-w3 on all platforms/versions | 1 ;;; w3.el --- Main functions for emacs-w3 on all platforms/versions |
2 ;; Author: wmperry | 2 ;; Author: wmperry |
3 ;; Created: 1997/01/22 15:30:44 | 3 ;; Created: 1997/01/29 06:25:59 |
4 ;; Version: 1.60 | 4 ;; Version: 1.61 |
5 ;; Keywords: faces, help, comm, news, mail, processes, mouse, hypermedia | 5 ;; Keywords: faces, help, comm, news, mail, processes, mouse, 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. |
2481 (w3-mode-version-specifics) | 2481 (w3-mode-version-specifics) |
2482 (w3-menu-install-menus) | 2482 (w3-menu-install-menus) |
2483 (run-hooks 'w3-mode-hook) | 2483 (run-hooks 'w3-mode-hook) |
2484 (widget-setup) | 2484 (widget-setup) |
2485 (setq url-current-passwd-count 0 | 2485 (setq url-current-passwd-count 0 |
2486 truncate-lines t | |
2486 mode-line-format w3-modeline-format) | 2487 mode-line-format w3-modeline-format) |
2487 (if (and w3-current-isindex (equal url-current-type "http")) | 2488 (if (and w3-current-isindex (equal url-current-type "http")) |
2488 (setq mode-line-process "-Searchable"))))) | 2489 (setq mode-line-process "-Searchable"))))) |
2489 | 2490 |
2490 (require 'mm) | 2491 (require 'mm) |