diff options
| author | Fabián Ezequiel Gallina | 2014-10-12 12:12:04 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-10-12 12:12:04 -0300 |
| commit | b1be0eda33b545a25c2dc2cf8425c6f3fbf0c464 (patch) | |
| tree | 5ca507fa1585d755563fa58eab524fdbc4a31109 /lisp/ChangeLog | |
| parent | a9789a1d8c20a0f5b889930a808bc234c443b7ef (diff) | |
| download | emacs-b1be0eda33b545a25c2dc2cf8425c6f3fbf0c464.tar.gz emacs-b1be0eda33b545a25c2dc2cf8425c6f3fbf0c464.zip | |
Fix import completion.
* lisp/progmodes/python.el (python-shell-completion-get-completions):
Fix import case regexp.
Fixes: debbugs:18582
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2abbf728ba5..9ec8c94fec3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | Fix import completion. (Bug#18582) | ||
| 4 | * progmodes/python.el (python-shell-completion-get-completions): | ||
| 5 | Fix import case regexp. | ||
| 6 | |||
| 1 | 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo | 9 | * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo |