(custom-declare-variable): Just put symbol instead of (defvar . symbol)
on `current-load-list'.
This commit is contained in:
parent
9deb0abaf8
commit
808882608a
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-01-12 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net>
|
||||
|
||||
* custom.el (custom-declare-variable): Just put symbol instead
|
||||
of (defvar . symbol) on `current-load-list'.
|
||||
|
||||
2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* emacs-lisp/elint.el: Fixed typo in Commentary section.
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ set to nil, as the value is no longer rogue."
|
|||
;; Do the actual initialization.
|
||||
(unless custom-dont-initialize
|
||||
(funcall initialize symbol default)))
|
||||
(push (cons 'defvar symbol) current-load-list)
|
||||
(push symbol current-load-list)
|
||||
(run-hooks 'custom-define-hook)
|
||||
symbol)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue