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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to