emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0a3ed5f: ; python.el: Fix typo for previous commit


From: Fabián Ezequiel Gallina
Subject: [Emacs-diffs] master 0a3ed5f: ; python.el: Fix typo for previous commit
Date: Sat, 22 Aug 2015 22:05:36 +0000

branch: master
commit 0a3ed5f70c6025fbc2a7e3ca53f11770e4fabe61
Author: Fabián Ezequiel Gallina <address@hidden>
Commit: Fabián Ezequiel Gallina <address@hidden>

    ; python.el: Fix typo for previous commit
---
 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 7b755c6..f65380b 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()"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]