From 18b69481b7a3ef01ca4f81d3c15c7b58bb621855 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 20 Nov 2002 18:54:25 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e10f6451474..2998487dbd2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2002-11-20 Stefan Monnier + + * help-fns.el (describe-variable): Look for (defvar . ) in the + load-history since `defvar' now uses this format. + + * custom.el (custom-declare-variable): Use push. + Use the (defvar . ) format in load-history like `defvar' does. + + * subr.el (symbol-file): Accept a non-atomic `function' arg. + (with-local-quit): Add debug and indentation info. + 2002-11-20 John Paul Wallington * subr.el (symbol-file): Remove unused variable `functions'. @@ -8,13 +19,25 @@ (custom-deps): Use it. (finder-data): Adjust to that name change. +2002-11-19 Stefan Monnier + + * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info): + Turn errors into messages so they don't get ignored. + (eldoc-get-fnsym-args-string): Use help-split-fundoc. + (eldoc-beginning-of-sexp): Simplify. + (eldoc-function-arglist): Remove. + (eldoc-function-argstring): Use help-function-arglist instead. + (eldoc-function-argstring-from-docstring-method-table) + (eldoc-function-argstring-from-docstring): Remove. + + * emacs-lisp/cl.el (multiple-value-call): Add docstring. + 2002-11-19 Dave Love - * emacs-lisp/bytecomp.el (maphash, map-char-table): Use - byte-compile-funarg. + * emacs-lisp/bytecomp.el (maphash, map-char-table): + Use byte-compile-funarg. - * emacs-lisp/byte-opt.el (side-effect-free-fns): Several - additions. + * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions. 2002-11-19 Markus Rost -- 2.39.2