Mercurial > hg > xemacs-beta
comparison lisp/ilisp/comint-v18.el @ 4:b82b59fe008d r19-15b3
Import from CVS: tag r19-15b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:56 +0200 |
parents | ac2d302a0011 |
children |
comparison
equal
deleted
inserted
replaced
3:30df88044ec6 | 4:b82b59fe008d |
---|---|
716 ;;; - SOURCE-MODES is a list used to determine what buffers contain source | 716 ;;; - SOURCE-MODES is a list used to determine what buffers contain source |
717 ;;; files: if the major mode of the buffer is in SOURCE-MODES, it's source. | 717 ;;; files: if the major mode of the buffer is in SOURCE-MODES, it's source. |
718 ;;; Typically, (lisp-mode) or (scheme-mode). | 718 ;;; Typically, (lisp-mode) or (scheme-mode). |
719 ;;; | 719 ;;; |
720 ;;; If the command is given in a file buffer whose major modes is in | 720 ;;; If the command is given in a file buffer whose major modes is in |
721 ;;; SOURCE-MODES, then the filename is the default file, and the | 721 ;;; SOURCE-MODES, then the the filename is the default file, and the |
722 ;;; file's directory is the default directory. | 722 ;;; file's directory is the default directory. |
723 ;;; | 723 ;;; |
724 ;;; If the buffer isn't a source file buffer (e.g., it's the process buffer), | 724 ;;; If the buffer isn't a source file buffer (e.g., it's the process buffer), |
725 ;;; then the default directory & file are what was used in the last source-file | 725 ;;; then the default directory & file are what was used in the last source-file |
726 ;;; processing command (i.e., PREVIOUS-DIR/FILE). If this is the first time | 726 ;;; processing command (i.e., PREVIOUS-DIR/FILE). If this is the first time |