Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1d4341f9
Commit
1d4341f9
authored
Nov 03, 2012
by
Eli Zaretskii
Browse files
Load term/internal from loadup.el.
parent
b3cf17f6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
5 deletions
+13
-5
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/loadup.el
lisp/loadup.el
+1
-0
lisp/term/pc-win.el
lisp/term/pc-win.el
+0
-2
src/ChangeLog
src/ChangeLog
+3
-0
src/lisp.mk
src/lisp.mk
+3
-3
No files found.
lisp/ChangeLog
View file @
1d4341f9
2012-11-03 Eli Zaretskii <eliz@gnu.org>
* term/pc-win.el: Don't load term/internal from here.
* loadup.el: Load term/internal from here.
2012-11-01 Stephen Berman <stephen.berman@gmx.net>
* play/gomoku.el (gomoku-display-statistics): Update mode line
...
...
lisp/loadup.el
View file @
1d4341f9
...
...
@@ -257,6 +257,7 @@
(
load
"dos-vars"
)
;; Don't load term/common-win: it isn't appropriate for the `pc'
;; ``window system'', which generally behaves like a terminal.
(
load
"term/internal"
)
(
load
"term/pc-win"
)
(
load
"ls-lisp"
)
(
load
"disp-table"
)))
; needed to setup ibm-pc char set, see internal.el
...
...
lisp/term/pc-win.el
View file @
1d4341f9
...
...
@@ -40,8 +40,6 @@
(
error
"%s: Loading pc-win.el but not compiled for MS-DOS"
(
invocation-name
)))
(
load
"term/internal"
nil
t
)
(
declare-function
msdos-remember-default-colors
"msdos.c"
)
(
declare-function
w16-set-clipboard-data
"w16select.c"
)
(
declare-function
w16-get-clipboard-data
"w16select.c"
)
...
...
src/ChangeLog
View file @
1d4341f9
2012-11-03 Eli Zaretskii <eliz@gnu.org>
* lisp.mk: Adjust comments to the fact that term/internal is now
loaded from loadup.el.
* msdos.c (msdos_abort): Rename from emacs_abort, and make static.
(msdos_fatal_signal): New function.
(XMenuActivate): Adjust the call to kbd_buffer_events_waiting to
...
...
src/lisp.mk
View file @
1d4341f9
...
...
@@ -34,9 +34,9 @@
## that does not have an explicit .el extension, but beware of any
## no-byte-compile ones.
## Confusingly,
term/
interna
l is not in loadup, but is unconditionally
##
loaded by pc-win, which is. Ditto for international/cp51932 and
##
international/eucjp-ms, loaded from language/japanese
.
## Confusingly, interna
tional/cp51932 and international/eucjp-ms are
##
unconditionally loaded from language/japanese, instead of being
##
loaded directly from loadup.el; FIXME
.
## Note that this list should not include lisp files which might not
## be present, like site-load.el and site-init.el; this makefile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment