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
dc7909c4
Commit
dc7909c4
authored
Dec 13, 2013
by
Paul Eggert
Browse files
* lread.c (load_path_default): Prototype.
parent
fa5265fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/lread.c
src/lread.c
+1
-1
No files found.
src/ChangeLog
View file @
dc7909c4
2013-12-13 Paul Eggert <eggert@cs.ucla.edu>
* lread.c (load_path_default): Prototype.
2013-12-13 Glenn Morris <rgm@gnu.org>
* lread.c: Unconditionally reset load-path after dumping. (Bug#16107)
...
...
src/lread.c
View file @
dc7909c4
...
...
@@ -4159,7 +4159,7 @@ load_path_check (Lisp_Object lpath)
check), then repeat the above steps for source-dir/lisp, site-lisp. */
static
Lisp_Object
load_path_default
()
load_path_default
(
void
)
{
Lisp_Object
lpath
=
Qnil
;
const
char
*
normal
;
...
...
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