diff options
| author | Fabián Ezequiel Gallina | 2015-08-22 19:05:31 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2015-08-22 19:05:31 -0300 |
| commit | 0a3ed5f70c6025fbc2a7e3ca53f11770e4fabe61 (patch) | |
| tree | 7d6b9913fcd60c69340f1b1357c9fb9031a410f7 /lisp/progmodes/python.el | |
| parent | 34f58ce5d7ae8b716f8c9eee0f33d46dbcb2d9ef (diff) | |
| download | emacs-0a3ed5f70c6025fbc2a7e3ca53f11770e4fabe61.tar.gz emacs-0a3ed5f70c6025fbc2a7e3ca53f11770e4fabe61.zip | |
; python.el: Fix typo for previous commit
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 7b755c6f538..f65380be34f 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3347,7 +3347,7 @@ def __PYTHON_EL_native_completion_setup(): | |||
| 3347 | readline.parse_and_bind('set show-all-if-ambiguous on') | 3347 | readline.parse_and_bind('set show-all-if-ambiguous on') |
| 3348 | 3348 | ||
| 3349 | print ('python.el: readline is available') | 3349 | print ('python.el: readline is available') |
| 3350 | except IOError: | 3350 | except: |
| 3351 | print ('python.el: readline not available') | 3351 | print ('python.el: readline not available') |
| 3352 | 3352 | ||
| 3353 | __PYTHON_EL_native_completion_setup()" | 3353 | __PYTHON_EL_native_completion_setup()" |