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
b7185a73
Commit
b7185a73
authored
Sep 03, 2007
by
Dan Nicolaescu
Browse files
* loadup.el: Fix merge problem, only load "button" once.
parent
2fe32d09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/loadup.el
lisp/loadup.el
+0
-1
No files found.
lisp/ChangeLog
View file @
b7185a73
2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
* loadup.el: Fix merge problem, only load "button" once.
2007-09-03 Glenn Morris <rgm@gnu.org>
* vc-svn.el (vc-svn-print-log): If there is only one file, use
...
...
lisp/loadup.el
View file @
b7185a73
...
...
@@ -82,7 +82,6 @@
(
message
"%s"
(
garbage-collect
))
(
load
"simple"
)
(
load
"button"
)
(
load
"help"
)
(
load
"jka-cmpr-hook"
)
...
...
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