diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /lisp/term | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'lisp/term')
33 files changed, 0 insertions, 33 deletions
diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el index 31248018c42..18855809457 100644 --- a/lisp/term/AT386.el +++ b/lisp/term/AT386.el | |||
| @@ -57,5 +57,4 @@ | |||
| 57 | (define-key function-key-map "\eN" [27]) ; ALT map | 57 | (define-key function-key-map "\eN" [27]) ; ALT map |
| 58 | ) | 58 | ) |
| 59 | 59 | ||
| 60 | ;;; arch-tag: abec1b03-582f-49f8-b8cb-e2fd52ea4bd7 | ||
| 61 | ;;; AT386.el ends here | 60 | ;;; AT386.el ends here |
diff --git a/lisp/term/apollo.el b/lisp/term/apollo.el index 1d04fd35245..3a2961811aa 100644 --- a/lisp/term/apollo.el +++ b/lisp/term/apollo.el | |||
| @@ -2,5 +2,4 @@ | |||
| 2 | 2 | ||
| 3 | (load "term/vt100" nil t) | 3 | (load "term/vt100" nil t) |
| 4 | 4 | ||
| 5 | ;;; arch-tag: c72f446f-e6b7-4749-90a4-bd68632adacf | ||
| 6 | ;;; apollo.el ends here | 5 | ;;; apollo.el ends here |
diff --git a/lisp/term/bg-mouse.el b/lisp/term/bg-mouse.el index abcbb4904f8..7291b877d56 100644 --- a/lisp/term/bg-mouse.el +++ b/lisp/term/bg-mouse.el | |||
| @@ -296,5 +296,4 @@ X and Y are 0-based character positions on the screen." | |||
| 296 | 296 | ||
| 297 | (provide 'bg-mouse) | 297 | (provide 'bg-mouse) |
| 298 | 298 | ||
| 299 | ;;; arch-tag: b3d06605-2971-44b1-be2c-e49c24e1a8d3 | ||
| 300 | ;;; bg-mouse.el ends here | 299 | ;;; bg-mouse.el ends here |
diff --git a/lisp/term/bobcat.el b/lisp/term/bobcat.el index 85f816570ee..85f211e39ff 100644 --- a/lisp/term/bobcat.el +++ b/lisp/term/bobcat.el | |||
| @@ -2,5 +2,4 @@ | |||
| 2 | ;;; HP terminals usually encourage using ^H as the rubout character | 2 | ;;; HP terminals usually encourage using ^H as the rubout character |
| 3 | (load "term/keyswap" nil t) | 3 | (load "term/keyswap" nil t) |
| 4 | 4 | ||
| 5 | ;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7 | ||
| 6 | ;;; bobcat.el ends here | 5 | ;;; bobcat.el ends here |
diff --git a/lisp/term/internal.el b/lisp/term/internal.el index 87a78d2e9a2..8b22a0e02c2 100644 --- a/lisp/term/internal.el +++ b/lisp/term/internal.el | |||
| @@ -728,5 +728,4 @@ list. You can (and should) also run it whenever the value of | |||
| 728 | ;; characters to arrive at our display code verbatim. | 728 | ;; characters to arrive at our display code verbatim. |
| 729 | (standard-display-8bit 127 255) | 729 | (standard-display-8bit 127 255) |
| 730 | 730 | ||
| 731 | ;;; arch-tag: eea04c06-7311-4b5a-b531-3c1be1b070af | ||
| 732 | ;;; internal.el ends here | 731 | ;;; internal.el ends here |
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el index e73c3e19968..199f724e0ce 100644 --- a/lisp/term/iris-ansi.el +++ b/lisp/term/iris-ansi.el | |||
| @@ -322,5 +322,4 @@ | |||
| 322 | (define-key function-key-map "\e[196q" [C-delete]) | 322 | (define-key function-key-map "\e[196q" [C-delete]) |
| 323 | (define-key function-key-map "\e[197q" [M-delete]) | 323 | (define-key function-key-map "\e[197q" [M-delete]) |
| 324 | 324 | ||
| 325 | ;;; arch-tag: b1d0e73a-bb7d-47be-9fb2-6fb126469a1b | ||
| 326 | ;;; iris-ansi.el ends here | 325 | ;;; iris-ansi.el ends here |
diff --git a/lisp/term/keyswap.el b/lisp/term/keyswap.el index d636a22bb93..e9b45195431 100644 --- a/lisp/term/keyswap.el +++ b/lisp/term/keyswap.el | |||
| @@ -38,5 +38,4 @@ | |||
| 38 | (aset the-table ?\^h ?\177) | 38 | (aset the-table ?\^h ?\177) |
| 39 | (setq keyboard-translate-table the-table)) | 39 | (setq keyboard-translate-table the-table)) |
| 40 | 40 | ||
| 41 | ;;; arch-tag: 67cf7009-e23e-421c-9648-078e7277297c | ||
| 42 | ;;; keyswap.el ends here | 41 | ;;; keyswap.el ends here |
diff --git a/lisp/term/linux.el b/lisp/term/linux.el index 80bfe83a4eb..2b4e7abc6d2 100644 --- a/lisp/term/linux.el +++ b/lisp/term/linux.el | |||
| @@ -12,5 +12,4 @@ | |||
| 12 | ;; The third arg only matters in that it is not t or nil. | 12 | ;; The third arg only matters in that it is not t or nil. |
| 13 | (set-input-mode (nth 0 value) (nth 1 value) 'iso-latin-1 (nth 3 value))) | 13 | (set-input-mode (nth 0 value) (nth 1 value) 'iso-latin-1 (nth 3 value))) |
| 14 | 14 | ||
| 15 | ;;; arch-tag: 5d0c4f63-739b-4862-abf3-041fe42adb8f | ||
| 16 | ;;; linux.el ends here | 15 | ;;; linux.el ends here |
diff --git a/lisp/term/lk201.el b/lisp/term/lk201.el index 1f8d9ca77a3..920b3e1b91f 100644 --- a/lisp/term/lk201.el +++ b/lisp/term/lk201.el | |||
| @@ -68,5 +68,4 @@ | |||
| 68 | (define-key function-key-map "\eOx" [kp-8]) | 68 | (define-key function-key-map "\eOx" [kp-8]) |
| 69 | (define-key function-key-map "\eOy" [kp-9]) | 69 | (define-key function-key-map "\eOy" [kp-9]) |
| 70 | 70 | ||
| 71 | ;;; arch-tag: 7ffb4444-6a23-43e1-b457-43cf4f673c0d | ||
| 72 | ;;; lk201.el ends here | 71 | ;;; lk201.el ends here |
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 9a61a8057b4..f9712a5a52f 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el | |||
| @@ -1017,5 +1017,4 @@ ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman") | |||
| 1017 | "The list of X colors from the `rgb.txt' file. | 1017 | "The list of X colors from the `rgb.txt' file. |
| 1018 | XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp") | 1018 | XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp") |
| 1019 | 1019 | ||
| 1020 | ;;; arch-tag: 71dfcd14-cde8-4d66-b05c-85ec94fb23a6 | ||
| 1021 | ;;; mac-win.el ends here | 1020 | ;;; mac-win.el ends here |
diff --git a/lisp/term/news.el b/lisp/term/news.el index a6f7481c422..4d7bc17b588 100644 --- a/lisp/term/news.el +++ b/lisp/term/news.el | |||
| @@ -70,5 +70,4 @@ | |||
| 70 | (define-key news-fkey-prefix "x" [kp-8]) | 70 | (define-key news-fkey-prefix "x" [kp-8]) |
| 71 | ) | 71 | ) |
| 72 | 72 | ||
| 73 | ;;; arch-tag: bfe141a0-623b-4b42-b753-5d9353776c5e | ||
| 74 | ;;; news.el ends here | 73 | ;;; news.el ends here |
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 663e3ea3e6f..0e40d51daf7 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el | |||
| @@ -240,5 +240,4 @@ are fixed-pitch." | |||
| 240 | 240 | ||
| 241 | ;; --------------------------------------------------------------------------- | 241 | ;; --------------------------------------------------------------------------- |
| 242 | 242 | ||
| 243 | ;;; arch-tag: 5cbdb455-b495-427b-95d0-e417d77d00b4 | ||
| 244 | ;;; pc-win.el ends here | 243 | ;;; pc-win.el ends here |
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el index 7839ebba95d..5bd89efe267 100644 --- a/lisp/term/rxvt.el +++ b/lisp/term/rxvt.el | |||
| @@ -172,5 +172,4 @@ for the currently selected frame." | |||
| 172 | ;; This recomputes all the default faces given the colors we've just set up. | 172 | ;; This recomputes all the default faces given the colors we've just set up. |
| 173 | (tty-set-up-initial-frame-faces) | 173 | (tty-set-up-initial-frame-faces) |
| 174 | 174 | ||
| 175 | ;;; arch-tag: 20cf2fb6-6318-4bab-9dbf-1d15048f2257 | ||
| 176 | ;;; rxvt.el ends here | 175 | ;;; rxvt.el ends here |
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el index 8d9bfb67cf7..95fa4b53444 100644 --- a/lisp/term/sun-mouse.el +++ b/lisp/term/sun-mouse.el | |||
| @@ -679,5 +679,4 @@ just close the window, and wait for reopening." | |||
| 679 | (provide 'sun-mouse) | 679 | (provide 'sun-mouse) |
| 680 | (provide 'term/sun-mouse) ; have to (require 'term/sun-mouse) | 680 | (provide 'term/sun-mouse) ; have to (require 'term/sun-mouse) |
| 681 | 681 | ||
| 682 | ;;; arch-tag: 6e879372-b899-4509-833f-d7f6250e309a | ||
| 683 | ;;; sun-mouse.el ends here | 682 | ;;; sun-mouse.el ends here |
diff --git a/lisp/term/sun.el b/lisp/term/sun.el index e0564d44ecb..ed211ee8fc3 100644 --- a/lisp/term/sun.el +++ b/lisp/term/sun.el | |||
| @@ -274,5 +274,4 @@ | |||
| 274 | (sun-mouse-handler)) ; Now, execute this mouse blip. | 274 | (sun-mouse-handler)) ; Now, execute this mouse blip. |
| 275 | (define-key ctl-x-map "\C-@" 'sun-mouse-once) | 275 | (define-key ctl-x-map "\C-@" 'sun-mouse-once) |
| 276 | 276 | ||
| 277 | ;;; arch-tag: db761d47-fd7d-42b4-aae1-04fa116b6ba6 | ||
| 278 | ;;; sun.el ends here | 277 | ;;; sun.el ends here |
diff --git a/lisp/term/sup-mouse.el b/lisp/term/sup-mouse.el index 1ae0b25a733..9ef05b42f6a 100644 --- a/lisp/term/sup-mouse.el +++ b/lisp/term/sup-mouse.el | |||
| @@ -196,5 +196,4 @@ X and Y are 0-based character positions on the frame." | |||
| 196 | (get-window-with-predicate (lambda (w) | 196 | (get-window-with-predicate (lambda (w) |
| 197 | (coordinates-in-window-p (cons x y) w)))) | 197 | (coordinates-in-window-p (cons x y) w)))) |
| 198 | 198 | ||
| 199 | ;;; arch-tag: ec644ed4-cac4-43b8-b3db-cfe83e9098d7 | ||
| 200 | ;;; sup-mouse.el ends here | 199 | ;;; sup-mouse.el ends here |
diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el index 4fe39bce61f..627fc89e111 100644 --- a/lisp/term/tty-colors.el +++ b/lisp/term/tty-colors.el | |||
| @@ -1047,5 +1047,4 @@ A color is considered gray if the 3 components of its RGB value are equal." | |||
| 1047 | (setq colors (cdr colors))) | 1047 | (setq colors (cdr colors))) |
| 1048 | count)) | 1048 | count)) |
| 1049 | 1049 | ||
| 1050 | ;;; arch-tag: 84d5c3ef-ae22-4754-99ac-e6350c0967ae | ||
| 1051 | ;;; tty-colors.el ends here | 1050 | ;;; tty-colors.el ends here |
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el index 425ac200927..67864a6d8e0 100644 --- a/lisp/term/tvi970.el +++ b/lisp/term/tvi970.el | |||
| @@ -123,5 +123,4 @@ With a negative argument, select numeric keypad mode." | |||
| 123 | 123 | ||
| 124 | (tvi970-set-keypad-mode 1) | 124 | (tvi970-set-keypad-mode 1) |
| 125 | 125 | ||
| 126 | ;;; arch-tag: c1334cf0-1462-41c3-a963-c077d175f8f0 | ||
| 127 | ;;; tvi970.el ends here | 126 | ;;; tvi970.el ends here |
diff --git a/lisp/term/vt100.el b/lisp/term/vt100.el index aa73722b158..cc33087ea5f 100644 --- a/lisp/term/vt100.el +++ b/lisp/term/vt100.el | |||
| @@ -53,5 +53,4 @@ With negative argument, switch to 80-column mode." | |||
| 53 | (send-string-to-terminal (if vt100-wide-mode "\e[?3h" "\e[?3l")) | 53 | (send-string-to-terminal (if vt100-wide-mode "\e[?3h" "\e[?3l")) |
| 54 | (set-frame-width terminal-frame (if vt100-wide-mode 132 80))) | 54 | (set-frame-width terminal-frame (if vt100-wide-mode 132 80))) |
| 55 | 55 | ||
| 56 | ;;; arch-tag: 9ff41f24-a7c9-4dee-9cf2-fbaa951eb840 | ||
| 57 | ;;; vt100.el ends here | 56 | ;;; vt100.el ends here |
diff --git a/lisp/term/vt102.el b/lisp/term/vt102.el index 887f63837eb..4a2462aa81e 100644 --- a/lisp/term/vt102.el +++ b/lisp/term/vt102.el | |||
| @@ -2,5 +2,4 @@ | |||
| 2 | 2 | ||
| 3 | (load "term/vt100" nil t) | 3 | (load "term/vt100" nil t) |
| 4 | 4 | ||
| 5 | ;;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f | ||
| 6 | ;;; vt102.el ends here | 5 | ;;; vt102.el ends here |
diff --git a/lisp/term/vt125.el b/lisp/term/vt125.el index 458e0dafc22..bd5ecadf5ca 100644 --- a/lisp/term/vt125.el +++ b/lisp/term/vt125.el | |||
| @@ -2,5 +2,4 @@ | |||
| 2 | 2 | ||
| 3 | (load "term/vt100" nil t) | 3 | (load "term/vt100" nil t) |
| 4 | 4 | ||
| 5 | ;;; arch-tag: 1d92d70f-dd55-4a1d-9088-e215a4883801 | ||
| 6 | ;;; vt125.el ends here | 5 | ;;; vt125.el ends here |
diff --git a/lisp/term/vt200.el b/lisp/term/vt200.el index 0ff0a30f567..e77c910ac5b 100644 --- a/lisp/term/vt200.el +++ b/lisp/term/vt200.el | |||
| @@ -6,5 +6,4 @@ | |||
| 6 | ;; Make F11 an escape key. | 6 | ;; Make F11 an escape key. |
| 7 | (define-key function-key-map "\e[23~" [?\e]) | 7 | (define-key function-key-map "\e[23~" [?\e]) |
| 8 | 8 | ||
| 9 | ;;; arch-tag: 0f78f583-9f32-4237-b106-28bcfff21d89 | ||
| 10 | ;;; vt200.el ends here | 9 | ;;; vt200.el ends here |
diff --git a/lisp/term/vt201.el b/lisp/term/vt201.el index d7deeaf11c7..5f1c6c8716f 100644 --- a/lisp/term/vt201.el +++ b/lisp/term/vt201.el | |||
| @@ -6,5 +6,4 @@ | |||
| 6 | ;; Make F11 an escape key. | 6 | ;; Make F11 an escape key. |
| 7 | (define-key function-key-map "\e[23~" [?\e]) | 7 | (define-key function-key-map "\e[23~" [?\e]) |
| 8 | 8 | ||
| 9 | ;;; arch-tag: a6abb38f-60ea-449e-a9e9-3fb8572c52ae | ||
| 10 | ;;; vt201.el ends here | 9 | ;;; vt201.el ends here |
diff --git a/lisp/term/vt220.el b/lisp/term/vt220.el index 7ea1e3b57fa..eaa6243de6c 100644 --- a/lisp/term/vt220.el +++ b/lisp/term/vt220.el | |||
| @@ -6,5 +6,4 @@ | |||
| 6 | ;; Make F11 an escape key. | 6 | ;; Make F11 an escape key. |
| 7 | (define-key function-key-map "\e[23~" [?\e]) | 7 | (define-key function-key-map "\e[23~" [?\e]) |
| 8 | 8 | ||
| 9 | ;;; arch-tag: 98fc4867-a20d-46a1-a276-d7be31e49871 | ||
| 10 | ;;; vt220.el ends here | 9 | ;;; vt220.el ends here |
diff --git a/lisp/term/vt240.el b/lisp/term/vt240.el index 05f0bebe50f..0884097758d 100644 --- a/lisp/term/vt240.el +++ b/lisp/term/vt240.el | |||
| @@ -6,5 +6,4 @@ | |||
| 6 | ;; Make F11 an escape key. | 6 | ;; Make F11 an escape key. |
| 7 | (define-key function-key-map "\e[23~" [?\e]) | 7 | (define-key function-key-map "\e[23~" [?\e]) |
| 8 | 8 | ||
| 9 | ;;; arch-tag: d9f88e9c-02dc-49ff-871c-a415f08e4eb7 | ||
| 10 | ;;; vt240.el ends here | 9 | ;;; vt240.el ends here |
diff --git a/lisp/term/vt300.el b/lisp/term/vt300.el index 871ed234bc6..cd290f3f073 100644 --- a/lisp/term/vt300.el +++ b/lisp/term/vt300.el | |||
| @@ -4,5 +4,4 @@ | |||
| 4 | ;; Make F11 an escape key. | 4 | ;; Make F11 an escape key. |
| 5 | (define-key function-key-map "\e[23~" [?\e]) | 5 | (define-key function-key-map "\e[23~" [?\e]) |
| 6 | 6 | ||
| 7 | ;;; arch-tag: 876831c9-a6f2-444a-b033-706e6fbc149f | ||
| 8 | ;;; vt300.el ends here | 7 | ;;; vt300.el ends here |
diff --git a/lisp/term/vt320.el b/lisp/term/vt320.el index c99b8672fc1..fdbcdb2bbce 100644 --- a/lisp/term/vt320.el +++ b/lisp/term/vt320.el | |||
| @@ -4,5 +4,4 @@ | |||
| 4 | ;; Make F11 an escape key. | 4 | ;; Make F11 an escape key. |
| 5 | (define-key function-key-map "\e[23~" [?\e]) | 5 | (define-key function-key-map "\e[23~" [?\e]) |
| 6 | 6 | ||
| 7 | ;;; arch-tag: f9f4c954-0b9e-45f9-b450-a320d32abd9c | ||
| 8 | ;;; vt320.el ends here | 7 | ;;; vt320.el ends here |
diff --git a/lisp/term/vt400.el b/lisp/term/vt400.el index 666266e2bf5..7034d6d55e8 100644 --- a/lisp/term/vt400.el +++ b/lisp/term/vt400.el | |||
| @@ -4,5 +4,4 @@ | |||
| 4 | ;; Make F11 an escape key. | 4 | ;; Make F11 an escape key. |
| 5 | (define-key function-key-map "\e[23~" [?\e]) | 5 | (define-key function-key-map "\e[23~" [?\e]) |
| 6 | 6 | ||
| 7 | ;;; arch-tag: a70809c5-6b21-42cc-ba20-536683e5e7d5 | ||
| 8 | ;;; vt400.el ends here | 7 | ;;; vt400.el ends here |
diff --git a/lisp/term/vt420.el b/lisp/term/vt420.el index 9ed5fbe135b..b5ce8ee10c1 100644 --- a/lisp/term/vt420.el +++ b/lisp/term/vt420.el | |||
| @@ -4,5 +4,4 @@ | |||
| 4 | ;; Make F11 an escape key. | 4 | ;; Make F11 an escape key. |
| 5 | (define-key function-key-map "\e[23~" [?\e]) | 5 | (define-key function-key-map "\e[23~" [?\e]) |
| 6 | 6 | ||
| 7 | ;;; arch-tag: df2f897c-3a12-4b3c-9259-df089f96c160 | ||
| 8 | ;;; vt420.el ends here | 7 | ;;; vt420.el ends here |
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index f43d8b235d1..27f72f94129 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el | |||
| @@ -1255,5 +1255,4 @@ font dialog to get the matching FONTS. Otherwise use a pop-up menu | |||
| 1255 | (if (null font) | 1255 | (if (null font) |
| 1256 | (error "Font not found"))))) | 1256 | (error "Font not found"))))) |
| 1257 | 1257 | ||
| 1258 | ;;; arch-tag: 69fb1701-28c2-4890-b351-3d1fe4b4f166 | ||
| 1259 | ;;; w32-win.el ends here | 1258 | ;;; w32-win.el ends here |
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el index edcbe1259fb..8bb12e6d75e 100644 --- a/lisp/term/wyse50.el +++ b/lisp/term/wyse50.el | |||
| @@ -148,5 +148,4 @@ M-r M-x move-to-window-line, Funct up-arrow or down-arrow are similar | |||
| 148 | (send-string-to-terminal | 148 | (send-string-to-terminal |
| 149 | (concat "\ea23R" (1+ (frame-width)) "C\eG0"))))) | 149 | (concat "\ea23R" (1+ (frame-width)) "C\eG0"))))) |
| 150 | 150 | ||
| 151 | ;;; arch-tag: b6a05d37-eead-4cf6-b997-0f956c68881c | ||
| 152 | ;;; wyse50.el ends here | 151 | ;;; wyse50.el ends here |
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index d6260cb0bf7..ac5d14d114d 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -2456,5 +2456,4 @@ order until succeed.") | |||
| 2456 | ;; Turn on support for mouse wheels. | 2456 | ;; Turn on support for mouse wheels. |
| 2457 | (mouse-wheel-mode 1) | 2457 | (mouse-wheel-mode 1) |
| 2458 | 2458 | ||
| 2459 | ;;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78 | ||
| 2460 | ;;; x-win.el ends here | 2459 | ;;; x-win.el ends here |
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index d66646876b1..372b5f65ff1 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el | |||
| @@ -236,5 +236,4 @@ versions of xterm." | |||
| 236 | ;; This recomputes all the default faces given the colors we've just set up. | 236 | ;; This recomputes all the default faces given the colors we've just set up. |
| 237 | (tty-set-up-initial-frame-faces) | 237 | (tty-set-up-initial-frame-faces) |
| 238 | 238 | ||
| 239 | ;;; arch-tag: 12e7ebdd-1e6c-4b25-b0f9-35ace25e855a | ||
| 240 | ;;; xterm.el ends here | 239 | ;;; xterm.el ends here |