projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f58ce
)
; python.el: Fix typo for previous commit
author
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Sat, 22 Aug 2015 22:05:31 +0000
(19:05 -0300)
committer
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Sat, 22 Aug 2015 22:05:31 +0000
(19:05 -0300)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 7b755c6f538c2e208b63fcb4d7e4b46e94a13098..f65380be34fbfc696215bfcfa72a58c7fa511d2e 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-3347,7
+3347,7
@@
def __PYTHON_EL_native_completion_setup():
readline.parse_and_bind('set show-all-if-ambiguous on')
print ('python.el: readline is available')
- except
IOError
:
+ except:
print ('python.el: readline not available')
__PYTHON_EL_native_completion_setup()"