Mercurial > hg > xemacs-beta
comparison lisp/w3/docomp.el @ 20:859a2309aef8 r19-15b93
Import from CVS: tag r19-15b93
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:50:05 +0200 |
parents | 9ee227acff29 |
children | 441bb1e64a06 |
comparison
equal
deleted
inserted
replaced
19:ac1f612d5250 | 20:859a2309aef8 |
---|---|
76 ;; For NNTP | 76 ;; For NNTP |
77 (w3-declare-variables 'nntp-server-buffer 'nntp-server-process 'nntp/connection | 77 (w3-declare-variables 'nntp-server-buffer 'nntp-server-process 'nntp/connection |
78 'gnus-nntp-server 'nntp-server-name 'nntp-version | 78 'gnus-nntp-server 'nntp-server-name 'nntp-version |
79 'gnus-default-nntp-server) | 79 'gnus-default-nntp-server) |
80 | 80 |
81 ;; For ps-print | |
82 (w3-declare-variables 'ps-bold-faces 'ps-italic-faces 'ps-print-version) | |
83 | |
84 ;; For xpm-button | 81 ;; For xpm-button |
85 (w3-declare-variables 'x-library-search-path) | 82 (w3-declare-variables 'x-library-search-path) |
86 | 83 |
87 ;; For emacspeak | 84 ;; For emacspeak |
88 (w3-declare-variables 'dtk-voice-table 'dtk-punctuation-mode) | 85 (w3-declare-variables 'dtk-voice-table 'dtk-punctuation-mode) |
106 (require 'url) | 103 (require 'url) |
107 (require 'mm) | 104 (require 'mm) |
108 (and w3-running-FSF19 | 105 (and w3-running-FSF19 |
109 (< emacs-minor-version 29) | 106 (< emacs-minor-version 29) |
110 (require 'font)) | 107 (require 'font)) |
108 | |
111 (require 'w3-sysdp) | 109 (require 'w3-sysdp) |
112 (provide 'ange-ftp) | 110 (provide 'ange-ftp) |