Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
08d66420
Commit
08d66420
authored
Sep 11, 2013
by
Glenn Morris
Browse files
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
parent
30b626e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/progmodes/ruby-mode.el
lisp/progmodes/ruby-mode.el
+1
-0
No files found.
lisp/ChangeLog
View file @
08d66420
2013-09-12 Glenn Morris <rgm@gnu.org>
* progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
* progmodes/octave.el (help-button-action): Declare.
* shell.el (shell-directory-tracker): Output error as a message
...
...
lisp/progmodes/ruby-mode.el
View file @
08d66420
...
...
@@ -1377,6 +1377,7 @@ If the result is do-end block, it will always be multiline."
;; Unusual code layout confuses the byte-compiler.
(
declare-function
ruby-syntax-propertize-expansion
"ruby-mode"
())
(
declare-function
ruby-syntax-expansion-allowed-p
"ruby-mode"
(
parse-state
))
(
declare-function
ruby-syntax-propertize-function
"ruby-mode"
(
start
end
))
(
if
(
eval-when-compile
(
fboundp
#'
syntax-propertize-rules
))
;; New code that works independently from font-lock.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment