emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112700: * progmodes/ruby-mode.el (ru


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112700: * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
Date: Thu, 23 May 2013 20:49:52 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112700
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-05-23 20:49:52 -0700
message:
  * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
modified:
  lisp/ChangeLog
  lisp/progmodes/ruby-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-24 03:49:17 +0000
+++ b/lisp/ChangeLog    2013-05-24 03:49:52 +0000
@@ -1,5 +1,7 @@
 2013-05-24  Glenn Morris  <address@hidden>
 
+       * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
+
        * progmodes/which-func.el (ediff-window-A, ediff-window-B)
        (ediff-window-C): Declare.
 

=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2013-05-19 06:52:22 +0000
+++ b/lisp/progmodes/ruby-mode.el       2013-05-24 03:49:52 +0000
@@ -1347,6 +1347,8 @@
 (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]