]> code.delx.au - gnu-emacs/blobdiff - etc/emacs.py
Change note about timezone problems on Windows.
[gnu-emacs] / etc / emacs.py
index 0d0f2e75ed38545c62cba6a5c8a3a90714fb0c18..d8bfb6bcd68cc96cc626eb247aba0ee583699aab 100644 (file)
@@ -7,7 +7,7 @@
 
 # GNU Emacs is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 
 # GNU Emacs is distributed in the hope that it will be useful,
@@ -176,7 +176,9 @@ def complete (name, imports):
                    names.add('__class__')
                    names.union_update (class_members (object))
            except: names = all_names (dict)
-    except: return []
+    except:
+        print '_emacs_out ()'
+        return []
     l = len(name)
     print '_emacs_out (',
     for n in names: