comparison lisp/cus-dep.el @ 223:2c611d1463a6 r20-4b10

Import from CVS: tag r20-4b10
author cvs
date Mon, 13 Aug 2007 10:10:54 +0200
parents 41ff10fd062f
children 677f6a0ee643
comparison
equal deleted inserted replaced
222:aae4c8b01452 223:2c611d1463a6
152 (t 152 (t
153 (princ (format "Generating %s...\n" cusload-base-file)) 153 (princ (format "Generating %s...\n" cusload-base-file))
154 (with-temp-file cusload-file 154 (with-temp-file cusload-file
155 (insert ";;; " cusload-base-file 155 (insert ";;; " cusload-base-file
156 " --- automatically extracted custom dependencies\n" 156 " --- automatically extracted custom dependencies\n"
157 "\n\n;;; Code:\n\n") 157 "\n;;; Code:\n\n")
158 (mapatoms 158 (mapatoms
159 (lambda (sym) 159 (lambda (sym)
160 (let ((members (get sym 'custom-group)) 160 (let ((members (get sym 'custom-group))
161 item where found) 161 item where found)
162 (when members 162 (when members