aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-11-24 18:10:29 +0100
committerStefan Kangas2020-11-24 18:10:29 +0100
commitf004b66bdbf47f6887ed1ff9976fe5282dfb54fe (patch)
tree6cab771d4e397355c3e3fee57e7cebffd68e77f0
parent6240c0dc1f55c55ad1fef09a3a0a65060736726c (diff)
downloademacs-f004b66bdbf47f6887ed1ff9976fe5282dfb54fe.tar.gz
emacs-f004b66bdbf47f6887ed1ff9976fe5282dfb54fe.zip
; Reintroduce line mistakenly removed in my last commit
-rw-r--r--lisp/progmodes/idlw-help.el1
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))