From 0a3ed5f70c6025fbc2a7e3ca53f11770e4fabe61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Sat, 22 Aug 2015 19:05:31 -0300 Subject: [PATCH] ; python.el: Fix typo for previous commit --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): 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()" -- 2.39.5