From 351e3a03f93c2e8e94c8cf5cd96f11450d04c074 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 21 Sep 2007 07:24:41 +0000 Subject: [PATCH] (normal-top-level): Remove left over debug message. --- lisp/startup.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/startup.el b/lisp/startup.el index a2f7a95651c..af1d9c73152 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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. -- 2.39.5