emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f004b66: ; Reintroduce line mistakenly removed in my last commit


From: Stefan Kangas
Subject: master f004b66: ; Reintroduce line mistakenly removed in my last commit
Date: Tue, 24 Nov 2020 12:11:14 -0500 (EST)

branch: master
commit f004b66bdbf47f6887ed1ff9976fe5282dfb54fe
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Reintroduce line mistakenly removed in my last commit
---
 lisp/progmodes/idlw-help.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el
index b17bcc3..af1a1b1 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]