aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMiles Bader2008-07-15 23:52:03 +0000
committerMiles Bader2008-07-15 23:52:03 +0000
commit0ae1e5e5653aff34bb099296d34314a1c8279f91 (patch)
tree9e174f42778e248235112f35efbe71549327c83c /lisp
parent209a0f5ec0d954e81ecb681bbe44f1c63d5ed9d3 (diff)
downloademacs-0ae1e5e5653aff34bb099296d34314a1c8279f91.tar.gz
emacs-0ae1e5e5653aff34bb099296d34314a1c8279f91.zip
Add arch tagline
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ns-carbon-compat.el2
-rw-r--r--lisp/ns-grabenv.el2
-rw-r--r--lisp/term/ns-win.el1
3 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ns-carbon-compat.el b/lisp/ns-carbon-compat.el
index b4565248a4d..fb6afdc5ba1 100644
--- a/lisp/ns-carbon-compat.el
+++ b/lisp/ns-carbon-compat.el
@@ -35,3 +35,5 @@
35(defvaralias 'mac-control-modifier 'ns-control-modifier) 35(defvaralias 'mac-control-modifier 'ns-control-modifier)
36(defvaralias 'mac-option-modifier 'ns-option-modifier) 36(defvaralias 'mac-option-modifier 'ns-option-modifier)
37(defvaralias 'mac-function-modifier 'ns-function-modifier) 37(defvaralias 'mac-function-modifier 'ns-function-modifier)
38
39;; arch-tag: b03b7d78-2b97-4953-90be-5d4f71b64ec1
diff --git a/lisp/ns-grabenv.el b/lisp/ns-grabenv.el
index c9cea0ed9d9..12fab4478f7 100644
--- a/lisp/ns-grabenv.el
+++ b/lisp/ns-grabenv.el
@@ -65,3 +65,5 @@ commands for it to execute (defaults to \"printenv\")."
65; gives the path to the shell (defaults to the current setting of 65; gives the path to the shell (defaults to the current setting of
66; shell-file-name). The remaining arguments are interpreted as a list of 66; shell-file-name). The remaining arguments are interpreted as a list of
67; commands for it to execute (defaults to \"printenv\")." nil nil) 67; commands for it to execute (defaults to \"printenv\")." nil nil)
68
69;; arch-tag: e65e1dd8-1566-460c-ad66-07948588be56
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index e524cc56ffe..8e97c87e165 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -1605,4 +1605,5 @@ Note, tranparency works better on Tiger (10.4) and higher."
1605 1605
1606(provide 'ns-win) 1606(provide 'ns-win)
1607 1607
1608;; arch-tag: eb138a45-4e2e-4d68-b1c9-a39665731644
1608;;; ns-win.el ends here 1609;;; ns-win.el ends here