emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 0ed8b42: ; Fix a typo


From: Dmitry Gutov
Subject: [Emacs-diffs] emacs-25 0ed8b42: ; Fix a typo
Date: Tue, 19 Jan 2016 05:05:30 +0000

branch: emacs-25
commit 0ed8b42d22bbcacd03c3f82bee9f855815b8b284
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Fix a typo
---
 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 969f2ed..53f8a6b 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.")
      (point) end)))
 
 (define-obsolete-function-alias
-  'ruby-syntax-propertize-function 'ruby-syntax-properize "25.1")
+  'ruby-syntax-propertize-function 'ruby-syntax-propertize "25.1")
 
 (defun ruby-syntax-propertize-heredoc (limit)
   (let ((ppss (syntax-ppss))



reply via email to

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