]> git.eshelyaron.com Git - emacs.git/commit
Don't hardcode ruby version in interpreter-mode-alist
authorStefan Kangas <stefankangas@gmail.com>
Wed, 2 Aug 2023 19:46:55 +0000 (21:46 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 2 Aug 2023 19:46:55 +0000 (21:46 +0200)
commit1f30404ebcf7c23f4a79e9ac61a17dc9c6a5c9c3
treea406d3bf801b0a5cb9e49aa8da2622a4d212f9b2
parent0724569c2ec22899f73c3bcf76ac57eb8bef64e4
Don't hardcode ruby version in interpreter-mode-alist

* lisp/progmodes/ruby-mode.el (interpreter-mode-alist): Don't hardcode
ruby version.  This adds support for modern versions of Ruby like
"ruby2.7", instead of the previously hardcoded "ruby1.9".
lisp/progmodes/ruby-mode.el