Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 5862:5b799fa6d75e
Behave better with nil TERM for gnuclient, remove bitrotted TTY init code
lisp/ChangeLog addition:
2015-03-15 Aidan Kehoe <kehoea@parhasard.net>
* tty-init.el (make-frame-after-init-entry-point):
Behave better when TERM was not set; use
#'console-tty-terminal-type instead of (getenv "TERM") so we get
the value that reflects the current console. Thank you Uwe Brauer!
* mule/mule-tty-init.el (mule-tty-win-initted): Removed.
* mule/mule-tty-init.el (init-mule-tty-win): Removed.
* mule/mule-tty-init.el: Remove this file in its entirety.
* mule/mule-x-init.el (x-use-halfwidth-roman-font): Removed.
* mule/mule-x-init.el: Remove this file in its entirety.
* dumped-lisp.el (preloaded-file-list): Remove them from the
dumped file list. The functions within haven't been used since
they were imported from Mule in 1999, and the functionality of
init-mule-tty-win was already in tty-init.el. If someone wants to
automatically use a halfwidth roman font, they can go hunting for
the code, but there are no users on http://searchco.de/ as of
20150315. Leaving them around is confusing and distracting.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 15 Mar 2015 21:13:23 +0000 |
parents | 69a08906ad27 |
children | e0f1dfaa821e |
comparison
equal
deleted
inserted
replaced
5861:c87b776ab0e1 | 5862:5b799fa6d75e |
---|---|
176 "mule/mule-coding" | 176 "mule/mule-coding" |
177 "mule/mule-composite-stub" | 177 "mule/mule-composite-stub" |
178 "mule/mule-composite" | 178 "mule/mule-composite" |
179 )) | 179 )) |
180 ;; may initialize coding systems | 180 ;; may initialize coding systems |
181 (when (featurep '(and mule x)) "mule/mule-x-init") | |
182 (when (featurep '(and mule tty)) "mule/mule-tty-init") | |
183 (when (and (featurep 'mule) (memq system-type '(windows-nt cygwin32))) | 181 (when (and (featurep 'mule) (memq system-type '(windows-nt cygwin32))) |
184 "mule/mule-win32-init") | 182 "mule/mule-win32-init") |
185 "code-init" ; set up defaults | 183 "code-init" ; set up defaults |
186 ;; All files after this can have extended characters in them. | 184 ;; All files after this can have extended characters in them. |
187 (when (featurep 'mule) | 185 (when (featurep 'mule) |