Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0485aa76
Commit
0485aa76
authored
Oct 09, 2017
by
Alexander Gramiak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; * src/lread.c (syms_of_lread) <module-file-suffix>: Fix typo
parent
ba7fb37d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lread.c
src/lread.c
+1
-1
No files found.
src/lread.c
View file @
0485aa76
...
...
@@ -4834,7 +4834,7 @@ to the specified file name if a suffix is allowed or required. */);
build_pure_c_string
(
".el"
));
#endif
DEFVAR_LISP
(
"module-file-suffix"
,
Vmodule_file_suffix
,
doc:
/* Suffix of loadable module file, or nil
o
f modules are not supported. */
);
doc:
/* Suffix of loadable module file, or nil
i
f modules are not supported. */
);
#ifdef HAVE_MODULES
Vmodule_file_suffix
=
build_pure_c_string
(
MODULES_SUFFIX
);
#else
...
...
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