diff lisp/simple.el @ 66973:775cde85fe0a

(completion-setup-function): Fix last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 18 Nov 2005 00:17:46 +0000
parents 7db78a409419
children c6e50090a202 03335deca80b
line wrap: on
line diff
--- a/lisp/simple.el	Thu Nov 17 23:02:34 2005 +0000
+++ b/lisp/simple.el	Fri Nov 18 00:17:46 2005 +0000
@@ -4919,7 +4919,7 @@
                 ;; when completing file names.  It's not even clear what
                 ;; is TRT.
                 0
-              (- common-string-length (- (point) (point-max))))))
+              (- common-string-length (- (point-max) (point))))))
     (with-current-buffer standard-output
       (completion-list-mode)
       (set (make-local-variable 'completion-reference-buffer) mainbuf)