diff options
author | Miles Bader <miles@gnu.org> | 2004-05-06 22:57:32 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2004-05-06 22:57:32 +0000 |
commit | 91ab5bb4565a48ebb15a1003c206f691e7b67a7c (patch) | |
tree | 3e9f360d4e8fe9b82b3eafbcd1aaca65be3aa5f4 /etc/emacs.py | |
parent | f6a2315e5567a634b5fadb7c1046bf649752e863 (diff) | |
download | emacs-91ab5bb4565a48ebb15a1003c206f691e7b67a7c.tar.gz |
Changes from arch/CVS synchronization
Diffstat (limited to 'etc/emacs.py')
-rw-r--r-- | etc/emacs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/emacs.py b/etc/emacs.py index e1f6eee5eb6..d672dbf63cb 100644 --- a/etc/emacs.py +++ b/etc/emacs.py @@ -108,3 +108,5 @@ def eimport (mod, dir): sys.path[0] = path0 print '_emacs_ok' # ready for input and can call continuation + +# arch-tag: d90408f3-90e2-4de4-99c2-6eb9c7b9ca46 |