From 3fe5c37a0c6236ec34781d956ad9b7c764906999 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 26 Oct 2007 22:24:14 +0000 Subject: * 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. --- lisp/progmodes/idlw-help.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/progmodes/idlw-help.el') 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) -- cgit v1.2.1