emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/term.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/term.el
Date: Thu, 26 May 2005 09:17:27 -0400

Index: emacs/lisp/term.el
diff -c emacs/lisp/term.el:1.68 emacs/lisp/term.el:1.69
*** emacs/lisp/term.el:1.68     Mon May 16 11:33:47 2005
--- emacs/lisp/term.el  Thu May 26 13:17:27 2005
***************
*** 1102,1108 ****
    (make-local-variable 'term-current-face)
    (make-local-variable 'term-pending-frame)
    (setq term-pending-frame nil)
!   (run-hooks 'term-mode-hook)
    (term-if-xemacs
     (set-buffer-menubar
      (append current-menubar (list term-terminal-menu))))
--- 1102,1108 ----
    (make-local-variable 'term-current-face)
    (make-local-variable 'term-pending-frame)
    (setq term-pending-frame nil)
!   (run-mode-hooks 'term-mode-hook)
    (term-if-xemacs
     (set-buffer-menubar
      (append current-menubar (list term-terminal-menu))))
***************
*** 4179,4185 ****
  ;;;   (make-local-variable 'shell-directory-stack)
  ;;;   (setq shell-directory-stack nil)
  ;;;   (add-hook 'term-input-filter-functions 'shell-directory-tracker)
! ;;;   (run-hooks 'shell-mode-hook))
  ;;;
  ;;;
  ;;; Completion for term-mode users
--- 4179,4185 ----
  ;;;   (make-local-variable 'shell-directory-stack)
  ;;;   (setq shell-directory-stack nil)
  ;;;   (add-hook 'term-input-filter-functions 'shell-directory-tracker)
! ;;;   (run-mode-hooks 'shell-mode-hook))
  ;;;
  ;;;
  ;;; Completion for term-mode users




reply via email to

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