mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
* emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
This commit is contained in:
parent
44ea155d13
commit
e2d2a205a5
2 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue