diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index 3328b307cbf..2ca30eb5c42 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -1410,7 +1410,7 @@ But FORCE inhibits this too. */) | |||
| 1410 | unless FORCE is `noelisp' or frame is a tooltip. | 1410 | unless FORCE is `noelisp' or frame is a tooltip. |
| 1411 | FORCE is set to `noelisp' when handling a disconnect from the terminal, | 1411 | FORCE is set to `noelisp' when handling a disconnect from the terminal, |
| 1412 | so we don't dare call Lisp code. */ | 1412 | so we don't dare call Lisp code. */ |
| 1413 | if (!NILP (Vrun_hooks) && EQ (force, Qnoelisp) | 1413 | if (!NILP (Vrun_hooks) && !EQ (force, Qnoelisp) |
| 1414 | && NILP (Fframe_parameter (frame, intern ("tooltip")))) | 1414 | && NILP (Fframe_parameter (frame, intern ("tooltip")))) |
| 1415 | { | 1415 | { |
| 1416 | Lisp_Object args[2]; | 1416 | Lisp_Object args[2]; |