emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el,v
Date: Fri, 21 Sep 2007 07:24:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/09/21 07:24:42

Index: startup.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/startup.el,v
retrieving revision 1.458
retrieving revision 1.459
diff -u -b -r1.458 -r1.459
--- startup.el  21 Sep 2007 07:24:01 -0000      1.458
+++ startup.el  21 Sep 2007 07:24:41 -0000      1.459
@@ -511,7 +511,6 @@
           (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]