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
204ee271
Commit
204ee271
authored
Nov 29, 2001
by
Richard M. Stallman
Browse files
(Ffind_file_name_handler): Avoid initializer for `result'.
parent
99b7e543
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/fileio.c
src/fileio.c
+2
-1
No files found.
src/fileio.c
View file @
204ee271
...
...
@@ -336,9 +336,10 @@ use the standard functions without calling themselves recursively. */)
Lisp_Object
filename
,
operation
;
{
/* This function must not munge the match data. */
Lisp_Object
chain
,
inhibited_handlers
,
result
=
Qnil
;
Lisp_Object
chain
,
inhibited_handlers
,
result
;
int
pos
=
-
1
;
result
=
Qnil
;
CHECK_STRING
(
filename
);
if
(
EQ
(
operation
,
Vinhibit_file_name_operation
))
...
...
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