Mercurial > emacs
comparison lisp/ChangeLog @ 50062:b43d8c1413de
* man.el (Man-getpage-in-background): Always use `setenv' for
environment variables, instead of modifying process-environment
directly. The previous version let-bound process-environment --
the let-binding is skipped for GROFF_NO_SGR because there is
already a let-binding in effect in some outer scope.
* emulation/crisp.el (top-level): Interoperate with cua.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Sun, 09 Mar 2003 14:05:25 +0000 |
parents | 16f19efe98b2 |
children | c623407cb87d |
comparison
equal
deleted
inserted
replaced
50061:16f19efe98b2 | 50062:b43d8c1413de |
---|---|
1 2003-03-09 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | |
2 | |
3 * man.el (Man-getpage-in-background): Always use `setenv' for | |
4 environment variables, instead of modifying process-environment | |
5 directly. The previous version let-bound process-environment -- | |
6 the let-binding is skipped for GROFF_NO_SGR because there is | |
7 already a let-binding in effect in some outer scope. | |
8 | |
9 * emulation/crisp.el (top-level): Interoperate with cua. | |
10 | |
1 2003-03-08 Kim F. Storm <storm@cua.dk> | 11 2003-03-08 Kim F. Storm <storm@cua.dk> |
2 | 12 |
3 * emulation/cua-base.el: Provide `cua' feature. | 13 * emulation/cua-base.el: Provide `cua' feature. |
4 | 14 |
5 2003-03-08 Juanma Barranquero <lektu@terra.es> | 15 2003-03-08 Juanma Barranquero <lektu@terra.es> |