[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r115175: * progmodes/octave.el (octave-mode, inferio
From: |
Leo Liu |
Subject: |
[Emacs-diffs] trunk r115175: * progmodes/octave.el (octave-mode, inferior-octave-mode): Fix |
Date: |
Thu, 21 Nov 2013 17:34:50 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 115175
revision-id: address@hidden
parent: address@hidden
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Fri 2013-11-22 01:33:30 +0800
message:
* progmodes/octave.el (octave-mode, inferior-octave-mode): Fix
obsolete variable comment-use-global-state.
modified:
lisp/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1432
lisp/progmodes/octave.el
octavemod.el-20091113204419-o5vbwnq5f7feedwu-1028
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2013-11-21 17:18:25 +0000
+++ b/lisp/ChangeLog 2013-11-21 17:33:30 +0000
@@ -1,3 +1,8 @@
+2013-11-21 Leo Liu <address@hidden>
+
+ * progmodes/octave.el (octave-mode, inferior-octave-mode): Fix
+ obsolete variable comment-use-global-state.
+
2013-11-21 RĂ¼diger Sonderfeld <address@hidden>
* progmodes/octave.el (octave-mode-map, octave-mode-menu): Add
=== modified file 'lisp/progmodes/octave.el'
--- a/lisp/progmodes/octave.el 2013-11-21 17:18:25 +0000
+++ b/lisp/progmodes/octave.el 2013-11-21 17:33:30 +0000
@@ -547,7 +547,7 @@
;; a ";" at those places where it's correct (i.e. outside of parens).
(setq-local electric-layout-rules '((?\; . after)))
- (setq-local comment-use-global-state t)
+ (setq-local comment-use-syntax t)
(setq-local comment-start octave-comment-start)
(setq-local comment-end "")
(setq-local comment-start-skip octave-comment-start-skip)
@@ -703,7 +703,7 @@
:abbrev-table octave-abbrev-table
(setq comint-prompt-regexp inferior-octave-prompt)
- (setq-local comment-use-global-state t)
+ (setq-local comment-use-syntax t)
(setq-local comment-start octave-comment-start)
(setq-local comment-end "")
(setq comment-column 32)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r115175: * progmodes/octave.el (octave-mode, inferior-octave-mode): Fix,
Leo Liu <=