]> git.eshelyaron.com Git - emacs.git/commit
* man.el (Man-getpage-in-background): Always use `setenv' for
authorKai Großjohann <kgrossjo@eu.uu.net>
Sun, 9 Mar 2003 14:05:25 +0000 (14:05 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Sun, 9 Mar 2003 14:05:25 +0000 (14:05 +0000)
commit504feff52552ef480c3f0a50b9d82570ca753727
treeb1e5ba701228cbceda56e203871254b0460d8d75
parentf1cb14f8bfc5ca72c2c0628d065329dffa349c8f
* 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.
lisp/ChangeLog
lisp/emulation/crisp.el
lisp/man.el