Mercurial > emacs
changeset 49107:f9a683a36a83
*** empty log message ***
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Tue, 07 Jan 2003 19:35:51 +0000 |
parents | f9342d2eaa31 |
children | d9f8fdaf8558 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 26 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jan 07 19:35:29 2003 +0000 +++ b/lisp/ChangeLog Tue Jan 07 19:35:51 2003 +0000 @@ -1,3 +1,22 @@ +2003-01-07 Markus Rost <rost@math.ohio-state.edu> + + * custom.el (custom-autoload, custom-variable-p): New functions. + + * emacs-lisp/autoload.el (make-autoload): Generate + custom-autoload for autoloaded defcustoms. + + * help-fns.el (describe-variable): Use custom-variable-p. + + * simple.el (set-variable): Load deps of custom variables without + type. + + * cus-edit.el (custom-variable-prompt): Doc change. Use + custom-variable-p. + (customize-option): Remove search in loaddefs.el. + (customize-apropos): Use custom-variable-p. + (custom-save-variables): Use custom-variable-p to detect + non-rogue variables. + 2003-01-07 Francesco Potort,Al(B <pot@gnu.org> * mail/undigest.el (unforward-rmail-message): Skip all newlines
--- a/src/ChangeLog Tue Jan 07 19:35:29 2003 +0000 +++ b/src/ChangeLog Tue Jan 07 19:35:51 2003 +0000 @@ -1,3 +1,10 @@ +2003-01-07 Markus Rost <rost@math.ohio-state.edu> + + * minibuf.c (Fread_variable): Doc fix. + + * eval.c (Fuser_variable_p): Doc change. For custom variables, + use the same test as for custom-variable-p. + 2003-01-05 Richard M. Stallman <rms@gnu.org> * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.