/[emacs]/emacs/lisp/term.el
ViewVC logotype

Diff of /emacs/lisp/term.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.68 by lektu, Mon May 16 11:33:47 2005 UTC revision 1.69 by lute, Thu May 26 13:17:27 2005 UTC
# Line 1102  Entry to this mode runs the hooks on `te Line 1102  Entry to this mode runs the hooks on `te
1102    (make-local-variable 'term-current-face)    (make-local-variable 'term-current-face)
1103    (make-local-variable 'term-pending-frame)    (make-local-variable 'term-pending-frame)
1104    (setq term-pending-frame nil)    (setq term-pending-frame nil)
1105    (run-hooks 'term-mode-hook)    (run-mode-hooks 'term-mode-hook)
1106    (term-if-xemacs    (term-if-xemacs
1107     (set-buffer-menubar     (set-buffer-menubar
1108      (append current-menubar (list term-terminal-menu))))      (append current-menubar (list term-terminal-menu))))
# Line 4179  the process.  Any more args are argument Line 4179  the process.  Any more args are argument
4179  ;;;   (make-local-variable 'shell-directory-stack)  ;;;   (make-local-variable 'shell-directory-stack)
4180  ;;;   (setq shell-directory-stack nil)  ;;;   (setq shell-directory-stack nil)
4181  ;;;   (add-hook 'term-input-filter-functions 'shell-directory-tracker)  ;;;   (add-hook 'term-input-filter-functions 'shell-directory-tracker)
4182  ;;;   (run-hooks 'shell-mode-hook))  ;;;   (run-mode-hooks 'shell-mode-hook))
4183  ;;;  ;;;
4184  ;;;  ;;;
4185  ;;; Completion for term-mode users  ;;; Completion for term-mode users

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26