diff options
| -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): | |||
| 108 | sys.path[0] = path0 | 108 | sys.path[0] = path0 |
| 109 | 109 | ||
| 110 | print '_emacs_ok' # ready for input and can call continuation | 110 | print '_emacs_ok' # ready for input and can call continuation |
| 111 | |||
| 112 | # arch-tag: d90408f3-90e2-4de4-99c2-6eb9c7b9ca46 | ||