Mercurial > hg > xemacs-beta
comparison lisp/w3/docomp.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 9ee227acff29 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
50 (w3-declare-variables 'track-mouse 'menu-bar-help-menu 'menu-bar-mode) | 50 (w3-declare-variables 'track-mouse 'menu-bar-help-menu 'menu-bar-mode) |
51 | 51 |
52 ;; For XEmacs/Lucid | 52 ;; For XEmacs/Lucid |
53 (w3-declare-variables 'current-menubar 'default-menubar 'extent | 53 (w3-declare-variables 'current-menubar 'default-menubar 'extent |
54 'mode-motion-hook 'mode-popup-menu 'sound-alist | 54 'mode-motion-hook 'mode-popup-menu 'sound-alist |
55 'menubar-visible-p | |
55 'inhibit-help-echo 'default-toolbar | 56 'inhibit-help-echo 'default-toolbar |
56 'bottom-toolbar-height 'top-toolbar-height | 57 'bottom-toolbar-height 'top-toolbar-height |
57 'toolbar-buttons-captioned-p | 58 'toolbar-buttons-captioned-p |
58 'right-toolbar-width 'left-toolbar-width | 59 'right-toolbar-width 'left-toolbar-width |
59 'top-toolbar 'bottom-toolbar 'right-toolbar | 60 'top-toolbar 'bottom-toolbar 'right-toolbar |
60 'left-toolbar 'device-fonts-cache | 61 'left-toolbar 'device-fonts-cache |
61 'has-modeline-p 'baud-rate) | 62 'has-modeline-p 'baud-rate) |
62 | 63 |
63 ;; For MULE | 64 ;; For MULE |
64 (w3-declare-variables '*noconv* '*autoconv* '*euc-japan* '*internal* | 65 (w3-declare-variables '*noconv* '*autoconv* '*euc-japan* '*internal* |
65 'w3-mime-list-for-code-conversion | 66 'w3-mime-list-for-code-conversion 'lc-ltn1 |
66 'file-coding-system-for-read 'file-coding-system) | 67 'file-coding-system-for-read 'file-coding-system) |
67 | 68 |
68 ;; For Mailcrypt | 69 ;; For Mailcrypt |
69 (w3-declare-variables 'mc-pgp-path 'mc-pgp-key-begin-line 'mc-ripem-pubkeyfile | 70 (w3-declare-variables 'mc-pgp-path 'mc-pgp-key-begin-line 'mc-ripem-pubkeyfile |
70 'mc-default-scheme 'mc-flag) | 71 'mc-default-scheme 'mc-flag) |