Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
202c1ac8
Commit
202c1ac8
authored
Mar 01, 2002
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
c432b799
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/loadup.el
lisp/loadup.el
+1
-1
No files found.
lisp/ChangeLog
View file @
202c1ac8
...
...
@@ -116,6 +116,10 @@
* term/mac-win.el: Deleted unnecessary calls of set-fontset-font.
(ccl-encode-mac-roman-font): Deleted.
* Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
utf-8.el, and utf-8-subst.el as they can't be bytecompiled
currently. This is just a temporary workaround.
2002-02-26 Richard M. Stallman <rms@gnu.org>
* paths.el (remote-shell-program): Add doc string.
...
...
lisp/loadup.el
View file @
202c1ac8
...
...
@@ -57,7 +57,7 @@
(
load
"map-ynp"
)
(
load
"env"
)
(
load
"cus-start"
)
(
load
"international/mule
l
"
)
(
load
"international/mule"
)
(
load
"international/mule-conf.el"
)
;Don't get confused if someone compiled this by mistake.
(
load
"format"
)
(
load
"bindings"
)
...
...
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