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
6e6c6aaf
Commit
6e6c6aaf
authored
Apr 09, 2008
by
Stefan Monnier
Browse files
Preload minibuffer.el.
parent
494da8c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/loadup.el
lisp/loadup.el
+6
-5
No files found.
lisp/ChangeLog
View file @
6e6c6aaf
...
...
@@ -6,6 +6,7 @@
2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el: New file.
* loadup.el: Load it.
2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/loadup.el
View file @
6e6c6aaf
...
...
@@ -67,6 +67,7 @@
(
load
"international/mule-conf.el"
)
;Don't get confused if someone compiled this by mistake.
(
load
"env"
)
(
load
"format"
)
(
load
"minibuffer"
)
(
load
"bindings"
)
(
setq
load-source-file-function
'load-with-code-conversion
)
(
load
"files"
)
...
...
@@ -378,10 +379,10 @@
(
eval
top-level
)
;;
;
Local Variables:
;;
;
no-byte-compile: t
;;
;
no-update-autoloads: t
;;
;
End:
;; Local Variables:
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;
;
arch-tag: 121e1dd4-36e1-45ac-860e-239f577a6335
;; arch-tag: 121e1dd4-36e1-45ac-860e-239f577a6335
;;; loadup.el ends here
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