Mercurial > emacs
changeset 17523:74dd1184863b
(make-frame): Don't call custom-initialize-frame.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 21 Apr 1997 03:57:23 +0000 |
parents | 209c61e51bd0 |
children | 8ba505704d9d |
files | lisp/frame.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Mon Apr 21 03:56:57 1997 +0000 +++ b/lisp/frame.el Mon Apr 21 03:57:23 1997 +0000 @@ -458,8 +458,6 @@ (interactive) (run-hooks 'before-make-frame-hook) (let ((frame (funcall frame-creation-function parameters))) - (if (featurep 'cus-face) - (custom-initialize-frame frame)) (run-hook-with-args 'after-make-frame-functions frame) frame))