* progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.

This commit is contained in:
Glenn Morris 2013-05-23 20:49:52 -07:00
parent 36b9d0851b
commit dab49a3b21
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2013-05-24 Glenn Morris <rgm@gnu.org>
* progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
* progmodes/which-func.el (ediff-window-A, ediff-window-B)
(ediff-window-C): Declare.

View file

@ -1347,6 +1347,8 @@ If the result is do-end block, it will always be multiline."
(declare-function ruby-syntax-propertize-heredoc "ruby-mode" (limit))
(declare-function ruby-syntax-enclosing-percent-literal "ruby-mode" (limit))
(declare-function ruby-syntax-propertize-percent-literal "ruby-mode" (limit))
;; Unusual code layout confuses the byte-compiler.
(declare-function ruby-syntax-propertize-expansion "ruby-mode" ())
(if (eval-when-compile (fboundp #'syntax-propertize-rules))
;; New code that works independently from font-lock.