From: Dmitry Gutov Date: Mon, 10 Jun 2019 00:50:44 +0000 (+0300) Subject: Omit the misplaced and unnecessary shyness qualifier X-Git-Tag: emacs-27.0.90~2633 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a05c5dbd3eca91ef4b843d45f3e6868d28cdb33;p=emacs.git 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 . --- diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 80e809b9d63..8eadf018a67 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el @@ -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