diff options
| author | Glenn Morris | 2011-01-15 15:16:57 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-15 15:16:57 -0800 |
| commit | 0d9f702fd085bc8ad560a3e1f08d5e93054a5d33 (patch) | |
| tree | 8f7f07c160e5878c775fc6c2bb5ec912a164448e /lisp/emulation | |
| parent | 2153c86209ef95a34f3a80f7a1f72d5fade18c21 (diff) | |
| download | emacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.tar.gz emacs-0d9f702fd085bc8ad560a3e1f08d5e93054a5d33.zip | |
Nuke arch-tags.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/crisp.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/cua-gmrk.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/cua-rect.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt-lk201.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt-mapper.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt-pc.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/edt-vt100.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/keypad.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/pc-mode.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/pc-select.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/tpu-edt.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/tpu-mapper.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/vi.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/vip.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-ex.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-keym.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-macs.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-mous.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper-util.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/viper.el | 1 | ||||
| -rw-r--r-- | lisp/emulation/ws-mode.el | 1 |
21 files changed, 0 insertions, 21 deletions
diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el index f3145227dfa..25a2a6043a0 100644 --- a/lisp/emulation/crisp.el +++ b/lisp/emulation/crisp.el | |||
| @@ -381,5 +381,4 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise." | |||
| 381 | (run-hooks 'crisp-load-hook) | 381 | (run-hooks 'crisp-load-hook) |
| 382 | (provide 'crisp) | 382 | (provide 'crisp) |
| 383 | 383 | ||
| 384 | ;; arch-tag: e5369375-fafb-4240-b7ae-4cb460ef05ee | ||
| 385 | ;;; crisp.el ends here | 384 | ;;; crisp.el ends here |
diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el index d02d4b9cdcd..701ac0f4ff4 100644 --- a/lisp/emulation/cua-gmrk.el +++ b/lisp/emulation/cua-gmrk.el | |||
| @@ -381,5 +381,4 @@ With prefix argument, don't jump to global mark when cancelling it." | |||
| 381 | 381 | ||
| 382 | (provide 'cua-gmrk) | 382 | (provide 'cua-gmrk) |
| 383 | 383 | ||
| 384 | ;; arch-tag: 553d8076-a91d-48ae-825d-6cb962a5f67f | ||
| 385 | ;;; cua-gmrk.el ends here | 384 | ;;; cua-gmrk.el ends here |
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el index 1d8fdcd1af5..0c825686b1c 100644 --- a/lisp/emulation/cua-rect.el +++ b/lisp/emulation/cua-rect.el | |||
| @@ -1492,5 +1492,4 @@ With prefix arg, indent to that column." | |||
| 1492 | 1492 | ||
| 1493 | (provide 'cua-rect) | 1493 | (provide 'cua-rect) |
| 1494 | 1494 | ||
| 1495 | ;; arch-tag: b730df53-17b9-4a89-bd63-4a71ec196731 | ||
| 1496 | ;;; cua-rect.el ends here | 1495 | ;;; cua-rect.el ends here |
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el index 6183946ee94..7de9cfbc615 100644 --- a/lisp/emulation/edt-lk201.el +++ b/lisp/emulation/edt-lk201.el | |||
| @@ -57,5 +57,4 @@ | |||
| 57 | ("HELP" . [help]) ("DO" . [menu]) ("F17" . [f17]) ("F18" . [f18]) | 57 | ("HELP" . [help]) ("DO" . [menu]) ("F17" . [f17]) ("F18" . [f18]) |
| 58 | ("F19" . [f19]) ("F20" . [f20]))) | 58 | ("F19" . [f19]) ("F20" . [f20]))) |
| 59 | 59 | ||
| 60 | ;; arch-tag: 36f498cf-c3f6-41b0-911b-83b1348855ec | ||
| 61 | ;;; edt-lk201.el ends here | 60 | ;;; edt-lk201.el ends here |
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el index 87359af665f..da85e1b0735 100644 --- a/lisp/emulation/edt-mapper.el +++ b/lisp/emulation/edt-mapper.el | |||
| @@ -547,5 +547,4 @@ | |||
| 547 | (sit-for 600) | 547 | (sit-for 600) |
| 548 | (kill-emacs t) | 548 | (kill-emacs t) |
| 549 | 549 | ||
| 550 | ;; arch-tag: 9eea59c8-b8b7-4d66-b858-c8920624c518 | ||
| 551 | ;;; edt-mapper.el ends here | 550 | ;;; edt-mapper.el ends here |
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el index f896b7d30bc..c635d075a8a 100644 --- a/lisp/emulation/edt-pc.el +++ b/lisp/emulation/edt-pc.el | |||
| @@ -87,5 +87,4 @@ | |||
| 87 | ("HELP" . "" ) ("DO" . "" ) ("F17" . "" ) ("F18" . "" ) | 87 | ("HELP" . "" ) ("DO" . "" ) ("F17" . "" ) ("F18" . "" ) |
| 88 | ("F19" . "" ) ("F20" . "" ))) | 88 | ("F19" . "" ) ("F20" . "" ))) |
| 89 | 89 | ||
| 90 | ;; arch-tag: 4593d053-183a-4062-97de-57b8877595ce | ||
| 91 | ;;; edt-pc.el ends here | 90 | ;;; edt-pc.el ends here |
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index 23c4f4e8f66..3196cb090f7 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el | |||
| @@ -48,5 +48,4 @@ | |||
| 48 | "Set terminal width to 132 columns." | 48 | "Set terminal width to 132 columns." |
| 49 | (vt100-wide-mode 1)) | 49 | (vt100-wide-mode 1)) |
| 50 | 50 | ||
| 51 | ;; arch-tag: c9f10c95-915f-44b5-93ff-4654abca4dd4 | ||
| 52 | ;;; edt-vt100.el ends here | 51 | ;;; edt-vt100.el ends here |
diff --git a/lisp/emulation/keypad.el b/lisp/emulation/keypad.el index b634cc21c27..d5824f204cc 100644 --- a/lisp/emulation/keypad.el +++ b/lisp/emulation/keypad.el | |||
| @@ -270,5 +270,4 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'" | |||
| 270 | 270 | ||
| 271 | (setq i (1+ i))))) | 271 | (setq i (1+ i))))) |
| 272 | 272 | ||
| 273 | ;; arch-tag: 0899d2bd-9e12-4b4e-9aef-d0014d3b6414 | ||
| 274 | ;;; keypad.el ends here | 273 | ;;; keypad.el ends here |
diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el index fb915dbaa6d..8306e4b783a 100644 --- a/lisp/emulation/pc-mode.el +++ b/lisp/emulation/pc-mode.el | |||
| @@ -53,5 +53,4 @@ C-Escape does list-buffers." | |||
| 53 | 53 | ||
| 54 | (provide 'pc-mode) | 54 | (provide 'pc-mode) |
| 55 | 55 | ||
| 56 | ;; arch-tag: df007c05-f885-4cd0-8c1e-487d0f8dd9c9 | ||
| 57 | ;;; pc-mode.el ends here | 56 | ;;; pc-mode.el ends here |
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index 5e3b8a6d5b4..a9ae5aa3541 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el | |||
| @@ -983,5 +983,4 @@ but before calling PC Selection mode): | |||
| 983 | (setq pc-select-key-bindings-alist nil | 983 | (setq pc-select-key-bindings-alist nil |
| 984 | pc-select-saved-settings-alist nil)))) | 984 | pc-select-saved-settings-alist nil)))) |
| 985 | 985 | ||
| 986 | ;; arch-tag: 10697b70-ae07-4f3e-ad23-7814a3f418c2 | ||
| 987 | ;;; pc-select.el ends here | 986 | ;;; pc-select.el ends here |
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index ea2638b5ebd..704d51f21e7 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el | |||
| @@ -2465,5 +2465,4 @@ Constrain the cursor to the flow of the text. | |||
| 2465 | 2465 | ||
| 2466 | (provide 'tpu-edt) | 2466 | (provide 'tpu-edt) |
| 2467 | 2467 | ||
| 2468 | ;; arch-tag: f3dfe61c-2cbd-4f73-b9cc-eb215020b857 | ||
| 2469 | ;;; tpu-edt.el ends here | 2468 | ;;; tpu-edt.el ends here |
diff --git a/lisp/emulation/tpu-mapper.el b/lisp/emulation/tpu-mapper.el index 6bba1a3c1af..0ca8c2e5fcc 100644 --- a/lisp/emulation/tpu-mapper.el +++ b/lisp/emulation/tpu-mapper.el | |||
| @@ -350,5 +350,4 @@ your local X guru can try to figure out why the key is being ignored." | |||
| 350 | ") | 350 | ") |
| 351 | (goto-char (point-min))) | 351 | (goto-char (point-min))) |
| 352 | 352 | ||
| 353 | ;; arch-tag: bab5872f-cd3a-4c1c-aedb-047b67646f6c | ||
| 354 | ;;; tpu-mapper.el ends here | 353 | ;;; tpu-mapper.el ends here |
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el index a65dd44e39e..5bab9741649 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el | |||
| @@ -1488,5 +1488,4 @@ With ARG, inserts that many newlines." | |||
| 1488 | 1488 | ||
| 1489 | (provide 'vi) | 1489 | (provide 'vi) |
| 1490 | 1490 | ||
| 1491 | ;; arch-tag: ac9bdac3-8acb-4ddd-bdae-c6dd873153b3 | ||
| 1492 | ;;; vi.el ends here | 1491 | ;;; vi.el ends here |
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index dcbf9ce2ad8..7e1076f9ce1 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el | |||
| @@ -3054,5 +3054,4 @@ vip-s-string" | |||
| 3054 | 3054 | ||
| 3055 | (provide 'vip) | 3055 | (provide 'vip) |
| 3056 | 3056 | ||
| 3057 | ;; arch-tag: bff623ef-48f7-41d4-9aa3-2e840c9ab415 | ||
| 3058 | ;;; vip.el ends here | 3057 | ;;; vip.el ends here |
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index e4cfbe88572..9cbaa2b178f 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el | |||
| @@ -2303,5 +2303,4 @@ Type 'mak ' (including the space) to run make with no args." | |||
| 2303 | 2303 | ||
| 2304 | 2304 | ||
| 2305 | 2305 | ||
| 2306 | ;; arch-tag: 56b80d36-f880-4d10-bd66-85ad91a295db | ||
| 2307 | ;;; viper-ex.el ends here | 2306 | ;;; viper-ex.el ends here |
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index 79d7505f512..cdada14ff44 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el | |||
| @@ -673,5 +673,4 @@ form ((key . function) (key . function) ... )." | |||
| 673 | ;; End: | 673 | ;; End: |
| 674 | 674 | ||
| 675 | 675 | ||
| 676 | ;; arch-tag: 43af4b2f-0bea-400b-889e-221ebc00acb1 | ||
| 677 | ;;; viper-keym.el ends here | 676 | ;;; viper-keym.el ends here |
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 3af24a46f9b..66e6ea90092 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el | |||
| @@ -932,5 +932,4 @@ name from there." | |||
| 932 | (call-last-kbd-macro))) | 932 | (call-last-kbd-macro))) |
| 933 | 933 | ||
| 934 | 934 | ||
| 935 | ;; arch-tag: ecd3cc5c-8cd0-4bbe-b2ec-7e75a4b7d0aa | ||
| 936 | ;;; viper-macs.el ends here | 935 | ;;; viper-macs.el ends here |
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index 69ad062fc28..dae488320bc 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el | |||
| @@ -663,5 +663,4 @@ This buffer may be different from the one where the click occurred." | |||
| 663 | ;; End: | 663 | ;; End: |
| 664 | 664 | ||
| 665 | 665 | ||
| 666 | ;; arch-tag: e56b2390-06c4-4dd1-96f5-c7876e2d8c2f | ||
| 667 | ;;; viper-mous.el ends here | 666 | ;;; viper-mous.el ends here |
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 70e5466346d..67592f691b8 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el | |||
| @@ -1555,5 +1555,4 @@ This option is appropriate if you like Emacs-style words." | |||
| 1555 | ;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) | 1555 | ;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) |
| 1556 | ;; End: | 1556 | ;; End: |
| 1557 | 1557 | ||
| 1558 | ;; arch-tag: 7f023fd5-dd9e-4378-a397-9c179553b0e3 | ||
| 1559 | ;;; viper-util.el ends here | 1558 | ;;; viper-util.el ends here |
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 9f2247ffc66..e8b471d252a 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -1375,5 +1375,4 @@ These two lines must come in the order given. | |||
| 1375 | ;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) | 1375 | ;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) |
| 1376 | ;; End: | 1376 | ;; End: |
| 1377 | 1377 | ||
| 1378 | ;; arch-tag: 5f3e844c-c4e6-4bbd-9b73-63bdc14e7d79 | ||
| 1379 | ;;; viper.el ends here | 1378 | ;;; viper.el ends here |
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el index 0919fbb9d9a..291d8443aca 100644 --- a/lisp/emulation/ws-mode.el +++ b/lisp/emulation/ws-mode.el | |||
| @@ -742,5 +742,4 @@ sWith: " ) | |||
| 742 | 742 | ||
| 743 | (provide 'ws-mode) | 743 | (provide 'ws-mode) |
| 744 | 744 | ||
| 745 | ;; arch-tag: 6dd864bf-2ccb-4d59-af6e-492eba2890a3 | ||
| 746 | ;;; ws-mode.el ends here | 745 | ;;; ws-mode.el ends here |