Mercurial > hg > xemacs-beta
diff lisp/utils/auto-autoloads.el @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 8eaf7971accc |
children | 6075d714658b |
line wrap: on
line diff
--- a/lisp/utils/auto-autoloads.el Mon Aug 13 09:49:11 2007 +0200 +++ b/lisp/utils/auto-autoloads.el Mon Aug 13 09:50:14 2007 +0200 @@ -224,6 +224,16 @@ ;;;*** +;;;### (autoloads (config-value config-value-hash-table) "config" "utils/config.el") + +(autoload 'config-value-hash-table "config" "\ +Returns hashtable of configuration parameters and their values." nil nil) + +(autoload 'config-value "config" "\ +Return the value of the configuration parameter CONFIG_SYMBOL." nil nil) + +;;;*** + ;;;### (autoloads (docref-setup) "docref" "utils/docref.el") (autoload 'docref-setup "docref" "\ @@ -803,7 +813,7 @@ (autoload 'ringp "ring" "\ Returns t if X is a ring; nil otherwise." nil nil) -(define-obsolete-function-alias 'ring-p 'ringp) +(define-compatible-function-alias 'ring-p 'ringp) (autoload 'make-ring "ring" "\ Make a ring that can contain SIZE elements." nil nil)