]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert incorrect checkin.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 23 Apr 2009 12:22:19 +0000 (12:22 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 23 Apr 2009 12:22:19 +0000 (12:22 +0000)
lisp/startup.el

index e2929e08b8353776ffdda3e627d2e06295fed560..7a1f9dc392d9157680410b9bbaa6c83dd3217a79 100644 (file)
@@ -499,8 +499,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
                     (delete (concat "PWD=" pwd)
                             process-environment)))))
     (setq default-directory (abbreviate-file-name default-directory))
-    (let ((menubar-bindings-done nil)
-         (old-face-font-rescale-alist face-font-rescale-alist))
+    (let ((menubar-bindings-done nil))
       (unwind-protect
          (command-line)
        ;; Do this again, in case .emacs defined more abbreviations.
@@ -541,11 +540,6 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
                  (not (and initial-window-system
                            (not noninteractive)
                            (not (eq initial-window-system 'pc)))))
-         ;; If face-font-rescale-alist has changed, reload the
-         ;; default font.
-         (unless (eq face-font-rescale-alist
-                     old-face-font-rescale-alist)
-           (set-face-attribute 'default nil :font (font-spec)))
          ;; Modify the initial frame based on what .emacs puts into
          ;; ...-frame-alist.
          (if (fboundp 'frame-notice-user-settings)