aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ruby-mode.el
diff options
context:
space:
mode:
authorDmitry Gutov2017-12-21 00:34:07 +0200
committerDmitry Gutov2017-12-21 00:34:07 +0200
commitaca827b0d0b108e26628da04d01a4e8bac372bdd (patch)
tree9172f3166d283b44df178472830e86c6653028ba /lisp/progmodes/ruby-mode.el
parentda0d7730b534ec5dee91c472246709d1c93df40c (diff)
parent87548f5e98b450f2186d3fb5018ec34f4426351b (diff)
downloademacs-aca827b0d0b108e26628da04d01a4e8bac372bdd.tar.gz
emacs-aca827b0d0b108e26628da04d01a4e8bac372bdd.zip
Merge branch 'widen-less' into emacs-26
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
-rw-r--r--lisp/progmodes/ruby-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index 1c7df7e35a2..cc5cbbc6bed 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -1364,7 +1364,6 @@ delimiter."
1364 "\\)\\>"))) 1364 "\\)\\>")))
1365 (eq (ruby-deep-indent-paren-p t) 'space) 1365 (eq (ruby-deep-indent-paren-p t) 'space)
1366 (not (bobp))) 1366 (not (bobp)))
1367 (widen)
1368 (goto-char (or begin parse-start)) 1367 (goto-char (or begin parse-start))
1369 (skip-syntax-forward " ") 1368 (skip-syntax-forward " ")
1370 (current-column)) 1369 (current-column))