aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-09-21 07:24:41 +0000
committerStefan Monnier2007-09-21 07:24:41 +0000
commit351e3a03f93c2e8e94c8cf5cd96f11450d04c074 (patch)
treed9183cea8bd92b245602faa7637121d660cf79f6
parent4bbfda32bb24d8532fb78c77ac52b290ccebab19 (diff)
downloademacs-351e3a03f93c2e8e94c8cf5cd96f11450d04c074.tar.gz
emacs-351e3a03f93c2e8e94c8cf5cd96f11450d04c074.zip
(normal-top-level): Remove left over debug message.
-rw-r--r--lisp/startup.el1
1 files changed, 0 insertions, 1 deletions
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'."
511 (if (string-match "\\`DISPLAY=" varval) 511 (if (string-match "\\`DISPLAY=" varval)
512 (setq display varval)))) 512 (setq display varval))))
513 (when display 513 (when display
514 (message "Removing %s from process-environment" display)
515 (delete display process-environment))))) 514 (delete display process-environment)))))
516 515
517;; Precompute the keyboard equivalents in the menu bar items. 516;; Precompute the keyboard equivalents in the menu bar items.