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:
parent
5f5555da87
commit
2a05c5dbd3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue