]> git.eshelyaron.com Git - emacs.git/commitdiff
(normal-top-level): Remove left over debug message.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 21 Sep 2007 07:24:41 +0000 (07:24 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 21 Sep 2007 07:24:41 +0000 (07:24 +0000)
lisp/startup.el

index a2f7a95651c257f42af293fd1391b55284b835de..af1d9c73152b0f001f2b33f021120e137b9847a5 100644 (file)
@@ -511,7 +511,6 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
           (if (string-match "\\`DISPLAY=" varval)
               (setq display varval))))
       (when display
-        (message "Removing %s from process-environment" display)
         (delete display process-environment)))))
 
 ;; Precompute the keyboard equivalents in the menu bar items.