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
4f8f657f
Commit
4f8f657f
authored
Nov 05, 2009
by
Glenn Morris
Browse files
(top-level): Make load behave more like require.
parent
ba214964
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/calendar/diary-lib.el
lisp/calendar/diary-lib.el
+1
-1
No files found.
lisp/ChangeLog
View file @
4f8f657f
2009-11-05 Glenn Morris <rgm@gnu.org>
* calendar/diary-lib.el (top-level): Make load behave more like require.
2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
* custom.el (custom-declare-group): Purecopy standard-value.
...
...
lisp/calendar/diary-lib.el
View file @
4f8f657f
...
...
@@ -29,7 +29,7 @@
;;; Code:
(
require
'calendar
)
(
load
"diary-loaddefs"
nil
'nomessage
)
(
eval-and-compile
(
load
"diary-loaddefs"
nil
t
)
)
(
defgroup
diary
nil
"Emacs diary."
...
...
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