diff options
| author | Dmitry Gutov | 2016-01-19 08:05:23 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2016-01-19 08:05:23 +0300 |
| commit | 0ed8b42d22bbcacd03c3f82bee9f855815b8b284 (patch) | |
| tree | d1aa7442541370dddfefc32f6c168f506b7daa94 | |
| parent | 2ac78c2346c94f30bf0253321ba4e4628a03ed72 (diff) | |
| download | emacs-0ed8b42d22bbcacd03c3f82bee9f855815b8b284.tar.gz emacs-0ed8b42d22bbcacd03c3f82bee9f855815b8b284.zip | |
; Fix a typo
| -rw-r--r-- | lisp/progmodes/ruby-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 969f2ed4bc4..53f8a6bb4c0 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el | |||
| @@ -1894,7 +1894,7 @@ It will be properly highlighted even when the call omits parens.") | |||
| 1894 | (point) end))) | 1894 | (point) end))) |
| 1895 | 1895 | ||
| 1896 | (define-obsolete-function-alias | 1896 | (define-obsolete-function-alias |
| 1897 | 'ruby-syntax-propertize-function 'ruby-syntax-properize "25.1") | 1897 | 'ruby-syntax-propertize-function 'ruby-syntax-propertize "25.1") |
| 1898 | 1898 | ||
| 1899 | (defun ruby-syntax-propertize-heredoc (limit) | 1899 | (defun ruby-syntax-propertize-heredoc (limit) |
| 1900 | (let ((ppss (syntax-ppss)) | 1900 | (let ((ppss (syntax-ppss)) |