aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term.el
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 12:29:42 +0000
committerJuanma Barranquero2003-02-04 12:29:42 +0000
commitf1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch)
tree626b0db999b924834efc1f437eb47776ea6bd797 /lisp/term.el
parent37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff)
downloademacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz
emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip
Trailing whitespace deleted.
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'."
2688 (term-move-columns columns) 2688 (term-move-columns columns)
2689 (delete-region pos (point)))) 2689 (delete-region pos (point))))
2690 (setq term-current-column nil) 2690 (setq term-current-column nil)
2691 2691
2692 (put-text-property old-point (point) 2692 (put-text-property old-point (point)
2693 'face term-current-face) 2693 'face term-current-face)
2694 ;; If the last char was written in last column, 2694 ;; If the last char was written in last column,
@@ -3739,7 +3739,7 @@ See `term-dynamic-complete-filename'. Returns t if successful."
3739 (t (car term-completion-addsuffix)))) 3739 (t (car term-completion-addsuffix))))
3740 (filesuffix (cond ((not term-completion-addsuffix) "") 3740 (filesuffix (cond ((not term-completion-addsuffix) "")
3741 ((not (consp term-completion-addsuffix)) " ") 3741 ((not (consp term-completion-addsuffix)) " ")
3742 (t (cdr term-completion-addsuffix)))) 3742 (t (cdr term-completion-addsuffix))))
3743 (filename (or (term-match-partial-filename) "")) 3743 (filename (or (term-match-partial-filename) ""))
3744 (pathdir (file-name-directory filename)) 3744 (pathdir (file-name-directory filename))
3745 (pathnondir (file-name-nondirectory filename)) 3745 (pathnondir (file-name-nondirectory filename))