Mercurial > hg > xemacs-beta
diff lisp/auto-autoloads.el @ 239:41f2f0e326e9 r20-5b18
Import from CVS: tag r20-5b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:15:48 +0200 |
parents | 89ec2bb86eea |
children | f220cc83d72e |
line wrap: on
line diff
--- a/lisp/auto-autoloads.el Mon Aug 13 10:15:04 2007 +0200 +++ b/lisp/auto-autoloads.el Mon Aug 13 10:15:48 2007 +0200 @@ -831,6 +831,13 @@ ;;;*** +;;;### (autoloads (finder-by-keyword) "finder" "lisp/finder.el") + +(autoload 'finder-by-keyword "finder" "\ +Find packages matching a given keyword." t nil) + +;;;*** + ;;;### (autoloads (font-lock-set-defaults-1 font-lock-fontify-buffer turn-off-font-lock turn-on-font-lock font-lock-mode) "font-lock" "lisp/font-lock.el") (defcustom font-lock-auto-fontify t "*Whether font-lock should automatically fontify files as they're loaded.\nThis will only happen if font-lock has fontifying keywords for the major\nmode of the file. You can get finer-grained control over auto-fontification\nby using this variable in combination with `font-lock-mode-enable-list' or\n`font-lock-mode-disable-list'." :type 'boolean :group 'font-lock)