comparison lisp/lib-complete.el @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents 3ecd8885ac67
children 7039e6323819
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
126 (put 'progn-with-message 'lisp-indent-hook 1) 126 (put 'progn-with-message 'lisp-indent-hook 1)
127 127
128 ;;=== Completion caching ================================================== 128 ;;=== Completion caching ==================================================
129 129
130 (defconst lib-complete:cache nil 130 (defconst lib-complete:cache nil
131 "Used within read-library and read-library-internal to prevent 131 "Used within `read-library' and `read-library-internal' to prevent
132 costly repeated calls to library-all-completions. 132 costly repeated calls to `library-all-completions'.
133 Format is a list of lists of the form 133 Format is a list of lists of the form
134 134
135 ([<path> <subdir>] <cache-record> <cache-record> ...) 135 ([<path> <subdir>] <cache-record> <cache-record> ...)
136 136
137 where each <cache-record> has the form 137 where each <cache-record> has the form