summaryrefslogtreecommitdiff
path: root/lisp/term.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term.el')
-rw-r--r--lisp/term.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term.el b/lisp/term.el
index bb3c9cb9e53..9f49ee96045 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -2688,7 +2688,7 @@ See `term-prompt-regexp'."
(term-move-columns columns)
(delete-region pos (point))))
(setq term-current-column nil)
-
+
(put-text-property old-point (point)
'face term-current-face)
;; If the last char was written in last column,
@@ -3739,7 +3739,7 @@ See `term-dynamic-complete-filename'. Returns t if successful."
(t (car term-completion-addsuffix))))
(filesuffix (cond ((not term-completion-addsuffix) "")
((not (consp term-completion-addsuffix)) " ")
- (t (cdr term-completion-addsuffix))))
+ (t (cdr term-completion-addsuffix))))
(filename (or (term-match-partial-filename) ""))
(pathdir (file-name-directory filename))
(pathnondir (file-name-nondirectory filename))