* lisp/progmodes/octave-*.el: Update maintainer.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Oct 2011 01:18:13 +0000 (21:18 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 26 Oct 2011 01:18:13 +0000 (21:18 -0400)
lisp/ChangeLog
lisp/progmodes/octave-inf.el
lisp/progmodes/octave-mod.el
src/intervals.c

index b75d262..60f1db1 100644 (file)
@@ -1,3 +1,8 @@
+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.
index e9d890c..421f476 100644 (file)
@@ -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.")
index 5e13b85..28e25a3 100644 (file)
@@ -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)
index 2063655..1f3f8cf 100644 (file)
@@ -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;
        }