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
8900c52c
Commit
8900c52c
authored
May 08, 2008
by
Eli Zaretskii
Browse files
("epa-hook"): Load epa-hook instead of epa-file-hook.
parent
86914123
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/loadup.el
lisp/loadup.el
+1
-1
No files found.
lisp/ChangeLog
View file @
8900c52c
2008-05-08 Eli Zaretskii <eliz@gnu.org>
* loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
* epa-hook.el: Renamed from epa-file-hook.el, to avoid
file-names clashes on 8+3 filesystems.
...
...
lisp/loadup.el
View file @
8900c52c
...
...
@@ -93,7 +93,7 @@
(
load
"help"
)
(
load
"jka-cmpr-hook"
)
(
load
"epa-
file-
hook"
)
(
load
"epa-hook"
)
;; Any Emacs Lisp source file (*.el) loaded here after can contain
;; multilingual text.
(
load
"international/mule-cmds"
)
...
...
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