diff options
| -rw-r--r-- | lisp/progmodes/idlw-help.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index b17bcc354af..af1a1b154b7 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el | |||
| @@ -365,6 +365,7 @@ It collects and prints the diagnostics messages." | |||
| 365 | (idlwave-help-diagnostics nil)) | 365 | (idlwave-help-diagnostics nil)) |
| 366 | ;; Check for frame switching. When the command is invoked twice | 366 | ;; Check for frame switching. When the command is invoked twice |
| 367 | ;; at the same position, we try to switch to the help frame | 367 | ;; at the same position, we try to switch to the help frame |
| 368 | ;; FIXME: Frame switching works only on XEmacs | ||
| 368 | (if (and idlwave-experimental | 369 | (if (and idlwave-experimental |
| 369 | (equal last-command this-command) | 370 | (equal last-command this-command) |
| 370 | (equal idlwave-last-context-help-pos marker)) | 371 | (equal idlwave-last-context-help-pos marker)) |