From: Ben Pfaff Date: Sun, 21 Nov 2010 20:00:32 +0000 (-0800) Subject: Remove the PROMPT, CPROMPT, and DPROMPT settings. X-Git-Tag: v0.7.7~120 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cef9c4febe441542613998a1510ef09490730399;hp=cef9c4febe441542613998a1510ef09490730399;p=pspp-builds.git Remove the PROMPT, CPROMPT, and DPROMPT settings. These settings will be insufficient to configure prompting for the new lexer, which is able to detect more special cases in syntax and report them through the prompt. (However, if users actually want this feature, then we could add it; it's not difficult.) ---