emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/octave-inf.el, v [EMACS_22


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/octave-inf.el, v [EMACS_22_BASE]
Date: Sat, 22 Sep 2007 20:12:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Francesco Potortì <pot>        07/09/22 20:12:05

Index: octave-inf.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/octave-inf.el,v
retrieving revision 1.29.2.2
retrieving revision 1.29.2.3
diff -u -b -r1.29.2.2 -r1.29.2.3
--- octave-inf.el       25 Jul 2007 04:29:29 -0000      1.29.2.2
+++ octave-inf.el       22 Sep 2007 20:12:05 -0000      1.29.2.3
@@ -153,10 +153,11 @@
 
   (setq comint-input-ring-file-name
        (or (getenv "OCTAVE_HISTFILE") "~/.octave_hist")
-       comint-input-ring-size (or (getenv "OCTAVE_HISTSIZE") 1024)
-       comint-input-filter-functions '(inferior-octave-directory-tracker))
+       comint-input-ring-size (or (getenv "OCTAVE_HISTSIZE") 1024))
   (set (make-local-variable 'comint-dynamic-complete-functions)
        inferior-octave-dynamic-complete-functions)
+  (add-hook 'comint-input-filter-functions
+       'inferior-octave-directory-tracker nil t)
   (comint-read-input-ring t)
 
   (run-mode-hooks 'inferior-octave-mode-hook))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]