1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

Omit the misplaced and unnecessary shyness qualifier

* lisp/progmodes/ruby-mode.el (ruby-find-library-file):
Omit the misplaced and unnecessary shyness qualifier.
Suggested by Mattias Engdegård <mattiase@acm.org>.
This commit is contained in:
Dmitry Gutov 2019-06-10 03:50:44 +03:00
parent 5f5555da87
commit 2a05c5dbd3

View file

@ -1814,7 +1814,7 @@ statement around point."
(unless feature-name
(let ((init (save-excursion
(forward-line 0)
(when (looking-at "require [\"']\\(.?*\\)[\"']")
(when (looking-at "require [\"']\\(.*\\)[\"']")
(match-string 1)))))
(setq feature-name (read-string "Feature name: " init))))
(let ((out