]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 Jan 2003 19:35:51 +0000 (19:35 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 Jan 2003 19:35:51 +0000 (19:35 +0000)
lisp/ChangeLog
src/ChangeLog

index f4fe1cce10c023fb9a1a5e8f3971a588d433928a..4ef2e0d5a83edde1d2978b9071695a029a7c6689 100644 (file)
@@ -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\e,Al\e(B  <pot@gnu.org>
 
        * mail/undigest.el (unforward-rmail-message): Skip all newlines
index 6b0dc07967965130d529ed722a69531909b4d09a..1decd70f72ff8d7fee57db9138cc7fd0aa4d4d2b 100644 (file)
@@ -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.