aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index c358be1810b..2f07e1487cc 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4919,7 +4919,7 @@ is the substring.)")
4919 ;; when completing file names. It's not even clear what 4919 ;; when completing file names. It's not even clear what
4920 ;; is TRT. 4920 ;; is TRT.
4921 0 4921 0
4922 (- common-string-length (- (point) (point-max)))))) 4922 (- common-string-length (- (point-max) (point))))))
4923 (with-current-buffer standard-output 4923 (with-current-buffer standard-output
4924 (completion-list-mode) 4924 (completion-list-mode)
4925 (set (make-local-variable 'completion-reference-buffer) mainbuf) 4925 (set (make-local-variable 'completion-reference-buffer) mainbuf)