diff options
Diffstat (limited to 'src/callint.c')
| -rw-r--r-- | src/callint.c | 7 |
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; |