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
a2932990
Commit
a2932990
authored
Dec 06, 1992
by
Jim Blandy
Browse files
src/ * data.c (indirect_function): Delete unused argument ERROR.
parent
0c22fbca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/data.c
src/data.c
+1
-1
No files found.
src/data.c
View file @
a2932990
...
...
@@ -1179,7 +1179,7 @@ From now on the default value will apply in this buffer.")
This is like Findirect_function, except that it doesn't signal an
error if the chain ends up unbound. */
Lisp_Object
indirect_function
(
object
,
error
)
indirect_function
(
object
)
register
Lisp_Object
object
;
{
Lisp_Object
tortise
,
hare
;
...
...
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