/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.766 by cyd, Thu Nov 17 18:21:37 2005 UTC revision 1.767 by monnier, Fri Nov 18 00:17:45 2005 UTC
# Line 4919  is the substring.)") Line 4919  is the substring.)")
4919                  ;; when completing file names.  It's not even clear what                  ;; when completing file names.  It's not even clear what
4920                  ;; is TRT.                  ;; is TRT.
4921                  0                  0
4922                (- common-string-length (- (point) (point-max))))))                (- common-string-length (- (point-max) (point))))))
4923      (with-current-buffer standard-output      (with-current-buffer standard-output
4924        (completion-list-mode)        (completion-list-mode)
4925        (set (make-local-variable 'completion-reference-buffer) mainbuf)        (set (make-local-variable 'completion-reference-buffer) mainbuf)

Legend:
Removed from v.1.766  
changed lines
  Added in v.1.767

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26