[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-24 r117356: * lisp/progmodes/ruby-mode.el (ruby-mode
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] emacs-24 r117356: * lisp/progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with |
Date: |
Sat, 05 Jul 2014 18:37:53 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 117356
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17947
committer: Stefan Monnier <address@hidden>
branch nick: emacs-24
timestamp: Sat 2014-07-05 14:37:45 -0400
message:
* lisp/progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
require-final-newline since prog-mode already took care of it.
modified:
lisp/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1432
lisp/progmodes/ruby-mode.el
rubymode.el-20091113204419-o5vbwnq5f7feedwu-8804
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2014-07-04 15:53:25 +0000
+++ b/lisp/ChangeLog 2014-07-05 18:37:45 +0000
@@ -1,3 +1,8 @@
+2014-07-05 Stefan Monnier <address@hidden>
+
+ * 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 <address@hidden>
* calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el 2014-06-16 03:33:29 +0000
+++ b/lisp/progmodes/ruby-mode.el 2014-07-05 18:37:45 +0000
@@ -749,7 +749,6 @@
: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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-24 r117356: * lisp/progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with,
Stefan Monnier <=