mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 12:27:33 +00:00
* progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
This commit is contained in:
parent
36b9d0851b
commit
dab49a3b21
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue