diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-11-24 18:10:29 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-11-24 18:10:29 +0100 |
commit | f004b66bdbf47f6887ed1ff9976fe5282dfb54fe (patch) | |
tree | 6cab771d4e397355c3e3fee57e7cebffd68e77f0 | |
parent | 6240c0dc1f55c55ad1fef09a3a0a65060736726c (diff) | |
download | emacs-f004b66bdbf47f6887ed1ff9976fe5282dfb54fe.tar.gz emacs-f004b66bdbf47f6887ed1ff9976fe5282dfb54fe.tar.bz2 emacs-f004b66bdbf47f6887ed1ff9976fe5282dfb54fe.zip |
; Reintroduce line mistakenly removed in my last commit
-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." (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)) |