diff options
| author | Chong Yidong | 2010-11-21 11:52:05 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-11-21 11:52:05 -0500 |
| commit | 1d851570a67adec22da23bdc7499bb489992d578 (patch) | |
| tree | 28cde17f9ee4b28ffb22e99416aa82a8d7bc05a3 /lisp/ChangeLog | |
| parent | 0d6607ab81be365f247b8dd7a831fdb390591e49 (diff) | |
| download | emacs-1d851570a67adec22da23bdc7499bb489992d578.tar.gz emacs-1d851570a67adec22da23bdc7499bb489992d578.zip | |
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).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f0308be41b..4796239b366 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 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): |