aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
authorJim Blandy1992-05-18 08:14:41 +0000
committerJim Blandy1992-05-18 08:14:41 +0000
commitffd56f97cf56501f7a6981c184192e9043e4eafd (patch)
treed463f4585c85fa76b33d3663271bbb4126d7b116 /src/callint.c
parent502ddf238f0ed280a301426804b2ed16ec1c49cc (diff)
downloademacs-ffd56f97cf56501f7a6981c184192e9043e4eafd.tar.gz
emacs-ffd56f97cf56501f7a6981c184192e9043e4eafd.zip
*** empty log message ***
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/callint.c b/src/callint.c
index 88c16721116..aeb6ef38720 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -179,12 +179,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
179 179
180 retry: 180 retry:
181 181
182 for (fun = function; 182 fun = indirect_function (function);
183 XTYPE (fun) == Lisp_Symbol && !EQ (fun, Qunbound);
184 fun = XSYMBOL (fun)->function)
185 {
186 QUIT;
187 }
188 183
189 specs = Qnil; 184 specs = Qnil;
190 string = 0; 185 string = 0;