Mercurial > emacs
comparison lisp/ChangeLog @ 111752:3776ded7f730
Make the sys.path remove in Python mode customizable (Bug#7454).
* progmodes/python.el (run-python): Doc fix.
(python-keep-current-directory-in-path): New var (Bug#7454).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 21 Nov 2010 11:52:05 -0500 |
parents | acd0ffe11c18 |
children | f84b2c2c0b1b |
comparison
equal
deleted
inserted
replaced
111751:26fa428c5896 | 111752:3776ded7f730 |
---|---|
1 2010-11-21 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * progmodes/python.el (run-python): Doc fix. | |
4 (python-keep-current-directory-in-path): New var (Bug#7454). | |
5 | |
1 2010-11-20 Chong Yidong <cyd@stupidchicken.com> | 6 2010-11-20 Chong Yidong <cyd@stupidchicken.com> |
2 | 7 |
3 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): | 8 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region): |
4 Prompt user before actually printing. | 9 Prompt user before actually printing. |
5 | 10 |