comparison lisp/eterm/term.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children b82b59fe008d
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
1846 ;;; the string is an existing filename, *and* the filename is not a directory, 1846 ;;; the string is an existing filename, *and* the filename is not a directory,
1847 ;;; then the string is taken as default. This allows you to just position 1847 ;;; then the string is taken as default. This allows you to just position
1848 ;;; your cursor over a string that's a filename and have it taken as default. 1848 ;;; your cursor over a string that's a filename and have it taken as default.
1849 ;;; 1849 ;;;
1850 ;;; If the command is given in a file buffer whose major mode is in 1850 ;;; If the command is given in a file buffer whose major mode is in
1851 ;;; SOURCE-MODES, then the the filename is the default file, and the 1851 ;;; SOURCE-MODES, then the filename is the default file, and the
1852 ;;; file's directory is the default directory. 1852 ;;; file's directory is the default directory.
1853 ;;; 1853 ;;;
1854 ;;; If the buffer isn't a source file buffer (e.g., it's the process buffer), 1854 ;;; If the buffer isn't a source file buffer (e.g., it's the process buffer),
1855 ;;; then the default directory & file are what was used in the last source-file 1855 ;;; then the default directory & file are what was used in the last source-file
1856 ;;; processing command (i.e., PREVIOUS-DIR/FILE). If this is the first time 1856 ;;; processing command (i.e., PREVIOUS-DIR/FILE). If this is the first time