From: Stefan Kangas Date: Tue, 24 Nov 2020 17:10:29 +0000 (+0100) Subject: ; Reintroduce line mistakenly removed in my last commit X-Git-Tag: emacs-28.0.90~5039 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f004b66bdbf47f6887ed1ff9976fe5282dfb54fe;p=emacs.git ; Reintroduce line mistakenly removed in my last commit --- 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." (idlwave-help-diagnostics nil)) ;; Check for frame switching. When the command is invoked twice ;; at the same position, we try to switch to the help frame + ;; FIXME: Frame switching works only on XEmacs (if (and idlwave-experimental (equal last-command this-command) (equal idlwave-last-context-help-pos marker))