comparison lisp/ChangeLog @ 50069:fc4e98a22d7e

*** empty log message ***
author John Paul Wallington <jpw@pobox.com>
date Mon, 10 Mar 2003 03:14:46 +0000
parents c623407cb87d
children 87c8a15422ef
comparison
equal deleted inserted replaced
50068:9fa70ec97b76 50069:fc4e98a22d7e
1 2003-03-10 John Paul Wallington <jpw@gnu.org>
2
3 * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
4 if major mode isn't `Electric-buffer-menu-mode'.
5
1 2003-03-09 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 6 2003-03-09 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
2 7
3 * man.el (Man-getpage-in-background): Always use `setenv' for 8 * man.el (Man-getpage-in-background): Always use `setenv' for
4 environment variables, instead of modifying process-environment 9 environment variables, instead of modifying process-environment
5 directly. The previous version let-bound process-environment -- 10 directly. The previous version let-bound process-environment --