]> git.eshelyaron.com Git - emacs.git/commitdiff
; Reintroduce line mistakenly removed in my last commit
authorStefan Kangas <stefan@marxist.se>
Tue, 24 Nov 2020 17:10:29 +0000 (18:10 +0100)
committerStefan Kangas <stefan@marxist.se>
Tue, 24 Nov 2020 17:10:29 +0000 (18:10 +0100)
lisp/progmodes/idlw-help.el

index b17bcc354af91ed4354a2b303b397b3d3d5b9c24..af1a1b154b79311e7bebe49a16419fca7c2cdb3c 100644 (file)
@@ -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))