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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user