comparison lisp/progmodes/inf-lisp.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents d83efd759350
children 8a533acedb77
comparison
equal deleted inserted replaced
583:3c0c1cd8428a 584:4cd7543be581
46 ;;; move off the window, so you can lose sight of the process interactions. 46 ;;; move off the window, so you can lose sight of the process interactions.
47 ;;; Maybe I should ensure the process mark is in the window when I send 47 ;;; Maybe I should ensure the process mark is in the window when I send
48 ;;; text to the process? Switch selectable? 48 ;;; text to the process? Switch selectable?
49 49
50 (require 'comint) 50 (require 'comint)
51 (provide 'cmulisp)
52
53 ;; YOUR .EMACS FILE 51 ;; YOUR .EMACS FILE
54 ;;============================================================================= 52 ;;=============================================================================
55 ;; Some suggestions for your .emacs file. 53 ;; Some suggestions for your .emacs file.
56 ;; 54 ;;
57 ;; ; If cmulisp lives in some non-standard directory, you must tell emacs 55 ;; ; If cmulisp lives in some non-standard directory, you must tell emacs
597 ;;; reported by Lennart Staflin. 595 ;;; reported by Lennart Staflin.
598 ;;; 596 ;;;
599 ;;; 3/12/90 Olin 597 ;;; 3/12/90 Olin
600 ;;; - lisp-load-file and lisp-compile-file no longer switch-to-lisp. 598 ;;; - lisp-load-file and lisp-compile-file no longer switch-to-lisp.
601 ;;; Tale suggested this. 599 ;;; Tale suggested this.
600
601 (provide 'cmulisp)
602