aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2007-09-25 22:01:16 +0000
committerMiles Bader2007-09-25 22:01:16 +0000
commit7a12ad59360075db1d1257d72f57eb05b5f04d83 (patch)
tree034b60cedb839c0c673a4f30b1855bb4c393a8b2
parentd87b5cedee979f06f432ff711303400105e9f0f6 (diff)
downloademacs-7a12ad59360075db1d1257d72f57eb05b5f04d83.tar.gz
emacs-7a12ad59360075db1d1257d72f57eb05b5f04d83.zip
Add arch tagline
-rw-r--r--etc/emacs.py2
-rw-r--r--etc/emacs3.py1
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/emacs.py b/etc/emacs.py
index fa244ef9969..964c1f17f40 100644
--- a/etc/emacs.py
+++ b/etc/emacs.py
@@ -7,3 +7,5 @@ if sys.version_info[0] == 3:
7 from emacs3 import * 7 from emacs3 import *
8else: 8else:
9 from emacs2 import * 9 from emacs2 import *
10
11# arch-tag: 894b5227-638f-45fd-8567-0417d5c35900
diff --git a/etc/emacs3.py b/etc/emacs3.py
index 27cf3350576..96e8ebbfb8b 100644
--- a/etc/emacs3.py
+++ b/etc/emacs3.py
@@ -241,3 +241,4 @@ Assumes that MODULE.py and MODULE.pyc are in the same directory."""
241 241
242# print '_emacs_ok' # ready for input and can call continuation 242# print '_emacs_ok' # ready for input and can call continuation
243 243
244# arch-tag: 37bfed38-5f4a-4027-a2bf-d5f41819dd89