diff lisp/textmodes/css-mode.el @ 85686:a55a536ce0db

* 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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 26 Oct 2007 22:24:14 +0000
parents 5039706521c9
children b210bba3f477
line wrap: on
line diff
--- a/lisp/textmodes/css-mode.el	Fri Oct 26 20:57:07 2007 +0000
+++ b/lisp/textmodes/css-mode.el	Fri Oct 26 22:24:14 2007 +0000
@@ -277,6 +277,8 @@
         (aset fc c 'indent-according-to-mode))
       (set (make-local-variable 'auto-fill-chars) fc))))
 
+(defvar comment-continue)
+
 (defun css-fill-paragraph (&optional justify)
   (save-excursion
     (let ((ppss (syntax-ppss))