changeset 23311:fd4a0e88aed5

(term-delimiter-argument-list): Doc fix. (term-emulate-terminal): Escape literal semicolon.
author Karl Heuer <kwzh@gnu.org>
date Wed, 23 Sep 1998 23:36:59 +0000
parents c827f2846a3d
children 6f7f0f3876e3
files lisp/term.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term.el	Wed Sep 23 23:25:48 1998 +0000
+++ b/lisp/term.el	Wed Sep 23 23:36:59 1998 +0000
@@ -480,7 +480,7 @@
 whitespace).  See `term-arguments'.
 Defaults to the empty list.
 
-For shells, a good value is (?\\| ?& ?< ?> ?\\( ?\\) ?;).
+For shells, a good value is (?\\| ?& ?< ?> ?\\( ?\\) ?\\;).
 
 This is a good thing to set in mode hooks.")
 
@@ -2877,7 +2877,7 @@
 		     (cond ((and (>= char ?0) (<= char ?9))
 			    (setq term-terminal-parameter
 				  (+ (* 10 term-terminal-parameter) (- char ?0))))
-			   ((eq char ?\073 ) ; ?;
+			   ((eq char ?\;)
 ;;; Some modifications to cope with multiple settings like ^[[01;32;43m -mm
 			    (setq term-terminal-more-parameters 1)
 			    (setq term-terminal-previous-parameter-4