diff options
| author | Stefan Monnier | 2005-11-18 00:17:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-11-18 00:17:46 +0000 |
| commit | 39c7cde2a4db6801eb22d4e2e7d39b5ce1084649 (patch) | |
| tree | b7964122a55ff27f0e28577c309e154152b87426 /lisp/simple.el | |
| parent | f5723ff54e2bc69dfa025f65d042ee2c485500e3 (diff) | |
| download | emacs-39c7cde2a4db6801eb22d4e2e7d39b5ce1084649.tar.gz emacs-39c7cde2a4db6801eb22d4e2e7d39b5ce1084649.zip | |
(completion-setup-function): Fix last change.
Diffstat (limited to 'lisp/simple.el')
| -rw-r--r-- | lisp/simple.el | 2 |
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) |