Mercurial > hg > xemacs-beta
comparison lisp/utils/autoload.el @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | 1370575f1259 |
children | 43dd3413c7c7 |
comparison
equal
deleted
inserted
replaced
152:4c132ee2d62b | 153:25f70ba0133c |
---|---|
335 "*File `update-file-autoloads' puts autoloads into. | 335 "*File `update-file-autoloads' puts autoloads into. |
336 A .el file can set this in its local variables section to make its | 336 A .el file can set this in its local variables section to make its |
337 autoloads go somewhere else.") | 337 autoloads go somewhere else.") |
338 | 338 |
339 (defvar generated-custom-file | 339 (defvar generated-custom-file |
340 (expand-file-name "../lisp/prim/custom-load.el" data-directory) | 340 (expand-file-name "../lisp/prim/cus-load.el" data-directory) |
341 "*File `update-file-autoloads' puts customization into.") | 341 "*File `update-file-autoloads' puts customization into.") |
342 | 342 |
343 ;; Written by Per Abrahamsen | 343 ;; Written by Per Abrahamsen |
344 (defun autoload-snarf-defcustom (file) | 344 (defun autoload-snarf-defcustom (file) |
345 "Snarf all customizations in the current buffer." | 345 "Snarf all customizations in the current buffer." |