[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/cus-dep.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/cus-dep.el |
Date: |
Sat, 21 Sep 2002 16:00:20 -0400 |
Index: emacs/lisp/cus-dep.el
diff -c emacs/lisp/cus-dep.el:1.20 emacs/lisp/cus-dep.el:1.21
*** emacs/lisp/cus-dep.el:1.20 Thu Sep 19 23:44:38 2002
--- emacs/lisp/cus-dep.el Sat Sep 21 16:00:20 2002
***************
*** 66,72 ****
(setq is-autoloaded t)))
(let ((expr (read (current-buffer))))
(condition-case nil
! (progn
(eval expr)
(put (nth 1 expr) 'custom-autoloaded is-autoloaded)
(put (nth 1 expr) 'custom-where name))
--- 66,72 ----
(setq is-autoloaded t)))
(let ((expr (read (current-buffer))))
(condition-case nil
! (let ((custom-dont-initialize t))
(eval expr)
(put (nth 1 expr) 'custom-autoloaded is-autoloaded)
(put (nth 1 expr) 'custom-where name))