From 4ddcc9f70fa1ddfc9cd7592f6640138979307d4e Mon Sep 17 00:00:00 2001 From: simonmar Date: Sun, 25 Mar 2001 13:29:54 +0000 Subject: [PATCH] [project @ 2001-03-25 13:29:54 by simonmar] - include :undef in the :help message - don't read ./.ghci if it is the same file as $HOME/.ghci --- ghc/compiler/ghci/InteractiveUI.hs | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 58266f5..bb696c8 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.56 2001/03/23 12:12:18 simonmar Exp $ +-- $Id: InteractiveUI.hs,v 1.57 2001/03/25 13:29:54 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -83,12 +83,13 @@ helpText = "\ \\ \ evaluate/run \n\ \ :cd change directory to \n\ -\ :def define a macro :\n\ +\ :def define a command :\n\ \ :help, :? display this list of commands\n\ \ :load load a module (and it dependents)\n\ \ :module set the context for expression evaluation to \n\ \ :reload reload the current module set\n\ \ :set