comparison lisp/progmodes/idlw-shell.el @ 45318:b80d723ad7cc

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 May 2002 12:00:33 +0000
parents 154133a72642
children a146209bda51
comparison
equal deleted inserted replaced
45317:da1c26da109e 45318:b80d723ad7cc
2 ;; Copyright (c) 1999, 2000 Free Software Foundation 2 ;; Copyright (c) 1999, 2000 Free Software Foundation
3 3
4 ;; Author: Chris Chase <chase@att.com> 4 ;; Author: Chris Chase <chase@att.com>
5 ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu> 5 ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu>
6 ;; Version: 4.7 6 ;; Version: 4.7
7 ;; Date: $Date: 2001/12/01 12:54:29 $ 7 ;; Date: $Date: 2002/02/16 12:50:25 $
8 ;; Keywords: processes 8 ;; Keywords: processes
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
67 ;; KNOWN PROBLEMS 67 ;; KNOWN PROBLEMS
68 ;; ============== 68 ;; ==============
69 ;; 69 ;;
70 ;; I don't plan on implementing directory tracking by watching the IDL 70 ;; I don't plan on implementing directory tracking by watching the IDL
71 ;; commands entered at the prompt, since too often an IDL procedure 71 ;; commands entered at the prompt, since too often an IDL procedure
72 ;; will change the current directory. If you want the the idl process 72 ;; will change the current directory. If you want the idl process
73 ;; buffer to match the IDL current working just execute `M-x 73 ;; buffer to match the IDL current working just execute `M-x
74 ;; idlwave-shell-resync-dirs' (bound to "\C-c\C-d\C-w" by default.) 74 ;; idlwave-shell-resync-dirs' (bound to "\C-c\C-d\C-w" by default.)
75 ;; 75 ;;
76 ;; Under XEmacs the Debug menu in the shell does not display the 76 ;; Under XEmacs the Debug menu in the shell does not display the
77 ;; keybindings in the prefix map. There bindings are available anyway - so 77 ;; keybindings in the prefix map. There bindings are available anyway - so