summaryrefslogtreecommitdiff
path: root/lisp/progmodes/idlw-help.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-10-26 22:24:14 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-10-26 22:24:14 +0000
commit3fe5c37a0c6236ec34781d956ad9b7c764906999 (patch)
tree61c2eb7949ce13be1e3d2dbb2afb3a8e8416062d /lisp/progmodes/idlw-help.el
parent67b73e3aa76d9854b3be5f7a2c1075fb24a21074 (diff)
downloademacs-3fe5c37a0c6236ec34781d956ad9b7c764906999.tar.gz
* emulation/pc-select.el (next-line-mark, next-line-nomark)
(previous-line-mark, previous-line-nomark): Wrap with-no-warnings around uses of previous-line and next-line. * diff.el (diff-old-file, diff-new-file, diff-extra-args): New defvars. * textmodes/css-mode.el (comment-continue): * net/browse-url.el (url-handler-regexp): * progmodes/idlw-help.el (idlwave-system-routines): Pacify byte-compiler.
Diffstat (limited to 'lisp/progmodes/idlw-help.el')
-rw-r--r--lisp/progmodes/idlw-help.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el
index e7f0fa1677a..2269e179357 100644
--- a/lisp/progmodes/idlw-help.el
+++ b/lisp/progmodes/idlw-help.el
@@ -1317,6 +1317,8 @@ IDL assistant.")
(defvar idlwave-help-assistant-help-with-topic-history nil
"The history of help topics selected with the minibuffer.")
+(defvar idlwave-system-routines)
+
(defun idlwave-help-assistant-help-with-topic (&optional topic)
"Prompt for and provide help with TOPIC."
(interactive)