emacs-diffs
[Top][All Lists]
Advanced

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

master 0eb0fe9: Add lambda to the pretty Ruby symbols list


From: Lars Ingebrigtsen
Subject: master 0eb0fe9: Add lambda to the pretty Ruby symbols list
Date: Sat, 29 May 2021 02:09:43 -0400 (EDT)

branch: master
commit 0eb0fe987b62540f892954d0eb09bb9e44cc6b08
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add lambda to the pretty Ruby symbols list
    
    * lisp/progmodes/ruby-mode.el (ruby--prettify-symbols-alist): Add
    lambda (bug#48681).
---
 lisp/progmodes/ruby-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index cb8bbcd..01fb044 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -2426,7 +2426,8 @@ If there is no Rubocop config file, Rubocop will be 
passed a flag
     (">=" . ?≥)
     ("->"  . ?→)
     ("=>"  . ?⇒)
-    ("::" . ?∷))
+    ("::" . ?∷)
+    ("lambda" . ?λ))
   "Value for `prettify-symbols-alist' in `ruby-mode'.")
 
 ;;;###autoload



reply via email to

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