changeset 108878:c3cbf94d10f1

* emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 03 Jun 2010 18:59:29 +0200
parents 122187b88e6f
children 30e304f37b04
files lisp/ChangeLog lisp/emacs-lisp/smie.el
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jun 03 11:58:20 2010 -0400
+++ b/lisp/ChangeLog	Thu Jun 03 18:59:29 2010 +0200
@@ -1,3 +1,7 @@
+2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
+
+	* emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
+
 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
 
 	* net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
--- a/lisp/emacs-lisp/smie.el	Thu Jun 03 11:58:20 2010 -0400
+++ b/lisp/emacs-lisp/smie.el	Thu Jun 03 18:59:29 2010 +0200
@@ -65,6 +65,8 @@
 
 (eval-when-compile (require 'cl))
 
+(defvar comment-continue)
+
 ;;; Building precedence level tables from BNF specs.
 
 (defun smie-set-prec2tab (table x y val &optional override)