First draft of URL completion mechanism. IMAP method not yet
authorChris Hanson <org/chris-hanson/cph>
Sat, 20 May 2000 03:24:31 +0000 (03:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 20 May 2000 03:24:31 +0000 (03:24 +0000)
implemented.

v7/src/imail/imail-util.scm

index 3c94b41e77dff614ef06cbc7a0b30a2b4d874820..15f99a68cb5e823857c786fd5eb534242b96b4f0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: imail-util.scm,v 1.18 2000/05/20 03:22:52 cph Exp $
+;;; $Id: imail-util.scm,v 1.19 2000/05/20 03:24:31 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
 ;;;; Ordered-string-vector completion
 
 (define (hash-table/ordered-key-vector table <)
-  (let ((v (list->vector (hash-table/key-list url-protocols))))
+  (let ((v (list->vector (hash-table/key-list table))))
     (sort! v <)
     v))