mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-30 10:11:47 -07:00
* lisp/progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
require-final-newline since prog-mode already took care of it. Fixes: debbugs:17947
This commit is contained in:
parent
bff2d1ffc4
commit
d66146bf18
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2014-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
|
||||
require-final-newline since prog-mode already took care of it (bug#17947).
|
||||
|
||||
2014-07-04 Stephen Berman <stephen.berman@gmx.net>
|
||||
|
||||
* calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
|
||||
|
|
|
|||
|
|
@ -749,7 +749,6 @@ It is used when `ruby-encoding-magic-comment-style' is set to `custom'."
|
|||
:forward-token #'ruby-smie--forward-token
|
||||
:backward-token #'ruby-smie--backward-token)
|
||||
(setq-local indent-line-function 'ruby-indent-line))
|
||||
(setq-local require-final-newline t)
|
||||
(setq-local comment-start "# ")
|
||||
(setq-local comment-end "")
|
||||
(setq-local comment-column ruby-comment-column)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue