Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
71d4c2a5
Commit
71d4c2a5
authored
Oct 25, 2011
by
Stefan Monnier
Browse files
* lisp/progmodes/octave-*.el: Update maintainer.
parent
60754666
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/octave-inf.el
lisp/progmodes/octave-inf.el
+2
-1
lisp/progmodes/octave-mod.el
lisp/progmodes/octave-mod.el
+3
-1
src/intervals.c
src/intervals.c
+0
-2
No files found.
lisp/ChangeLog
View file @
71d4c2a5
2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/octave-mod.el:
* progmodes/octave-inf.el: Update maintainer.
2011-10-26 Chong Yidong <cyd@gnu.org>
* subr.el (with-wrapper-hook): Rewrite doc.
...
...
lisp/progmodes/octave-inf.el
View file @
71d4c2a5
...
...
@@ -4,7 +4,7 @@
;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
;; Author: John Eaton <jwe@bevo.che.wisc.edu>
;; Maintainer:
Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
;; Maintainer:
FSF
;; Keywords: languages
;; Package: octave-mod
...
...
@@ -68,6 +68,7 @@ mode, set this to (\"-q\" \"--traditional\")."
(
define-key
map
"\C-c\C-l"
'inferior-octave-dynamic-list-input-ring
)
(
define-key
map
[menu-bar
inout
list-history]
'
(
"List Input History"
.
inferior-octave-dynamic-list-input-ring
))
;; FIXME: free C-h so it can do the describe-prefix-bindings.
(
define-key
map
"\C-c\C-h"
'info-lookup-symbol
)
map
)
"Keymap used in Inferior Octave mode."
)
...
...
lisp/progmodes/octave-mod.el
View file @
71d4c2a5
...
...
@@ -4,7 +4,7 @@
;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
;; Author: John Eaton <jwe@octave.org>
;; Maintainer:
Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
;; Maintainer:
FSF
;; Keywords: languages
;; This file is part of GNU Emacs.
...
...
@@ -223,6 +223,7 @@ parenthetical grouping.")
(
define-key
map
"\C-c]"
'smie-close-block
)
(
define-key
map
"\C-c/"
'smie-close-block
)
(
define-key
map
"\C-c\C-f"
'octave-insert-defun
)
;; FIXME: free C-h so it can do the describe-prefix-bindings.
(
define-key
map
"\C-c\C-h"
'info-lookup-symbol
)
(
define-key
map
"\C-c\C-il"
'octave-send-line
)
(
define-key
map
"\C-c\C-ib"
'octave-send-block
)
...
...
@@ -236,6 +237,7 @@ parenthetical grouping.")
(
define-key
map
"\C-c\C-i\C-f"
'octave-send-defun
)
(
define-key
map
"\C-c\C-i\C-r"
'octave-send-region
)
(
define-key
map
"\C-c\C-i\C-s"
'octave-show-process-buffer
)
;; FIXME: free C-h so it can do the describe-prefix-bindings.
(
define-key
map
"\C-c\C-i\C-h"
'octave-hide-process-buffer
)
(
define-key
map
"\C-c\C-i\C-k"
'octave-kill-process
)
map
)
...
...
src/intervals.c
View file @
71d4c2a5
...
...
@@ -1723,8 +1723,6 @@ graft_intervals_into_buffer (INTERVAL source, EMACS_INT position,
BUF_INTERVALS
(
buffer
)
->
position
=
BEG
;
BUF_INTERVALS
(
buffer
)
->
up_obj
=
1
;
/* Explicitly free the old tree here? */
return
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment