* emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user