+2000-03-07 Dave Love <fx@gnu.org>
+
+ * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
+ lists.
+
+ * files.el (auto-mode-alist): Add configure.in.
+
+ * progmodes/autoconf.el: New file.
+
2000-03-07 Gerd Moellmann <gerd@gnu.org>
* mail/mh-e.el: Change maintainer to `none'.
prefixed by @code{cl-} which were not taken from Common Lisp:
@example
-member delete remove remq
-rassoc floatp-safe lexical-let lexical-let*
+member remove remq
+floatp-safe lexical-let lexical-let*
callf callf2 letf letf*
defsubst* defalias add-hook eval-when-compile
@end example
@menu
* Predicates on Numbers:: `plusp', `oddp', `floatp-safe', etc.
-* Numerical Functions:: `abs', `expt', `floor*', etc.
+* Numerical Functions:: `abs', `floor*', etc.
* Random Numbers:: `random*', `make-random-state'
* Implementation Parameters:: `most-positive-fixnum', `most-positive-float'
@end menu
the inverse of the mapping to @var{item}.
@end defun
-@defun rassoc item a-list
-This function searches like @code{rassoc*} with a @code{:test}
-argument of @code{equal}. It is analogous to Emacs Lisp's
-standard @code{assoc} function, which derives from the MacLisp
-rather than the Common Lisp tradition.
-@end defun
-
@findex assoc-if
@findex assoc-if-not
@findex rassoc-if