aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorKenichi Handa2003-09-08 11:56:09 +0000
committerKenichi Handa2003-09-08 11:56:09 +0000
commit463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch)
tree3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /lisp/emulation
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
downloademacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz
emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip
New directory
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/crisp.el1
-rw-r--r--lisp/emulation/cua-base.el1
-rw-r--r--lisp/emulation/cua-gmrk.el1
-rw-r--r--lisp/emulation/cua-rect.el1
-rw-r--r--lisp/emulation/edt-lk201.el1
-rw-r--r--lisp/emulation/edt-mapper.el1
-rw-r--r--lisp/emulation/edt-pc.el1
-rw-r--r--lisp/emulation/edt-vt100.el1
-rw-r--r--lisp/emulation/edt.el1
-rw-r--r--lisp/emulation/keypad.el1
-rw-r--r--lisp/emulation/pc-mode.el1
-rw-r--r--lisp/emulation/pc-select.el1
-rw-r--r--lisp/emulation/tpu-edt.el1
-rw-r--r--lisp/emulation/tpu-extras.el1
-rw-r--r--lisp/emulation/tpu-mapper.el1
-rw-r--r--lisp/emulation/vi.el1
-rw-r--r--lisp/emulation/vip.el1
-rw-r--r--lisp/emulation/viper-cmd.el1
-rw-r--r--lisp/emulation/viper-ex.el1
-rw-r--r--lisp/emulation/viper-init.el1
-rw-r--r--lisp/emulation/viper-keym.el1
-rw-r--r--lisp/emulation/viper-macs.el1
-rw-r--r--lisp/emulation/viper-mous.el1
-rw-r--r--lisp/emulation/viper-util.el1
-rw-r--r--lisp/emulation/viper.el1
-rw-r--r--lisp/emulation/ws-mode.el1
26 files changed, 0 insertions, 26 deletions
diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el
index 2ca819c0424..0f19d9e4cc4 100644
--- a/lisp/emulation/crisp.el
+++ b/lisp/emulation/crisp.el
@@ -394,5 +394,4 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise."
394(run-hooks 'crisp-load-hook) 394(run-hooks 'crisp-load-hook)
395(provide 'crisp) 395(provide 'crisp)
396 396
397;;; arch-tag: e5369375-fafb-4240-b7ae-4cb460ef05ee
398;;; crisp.el ends here 397;;; crisp.el ends here
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 71c1c847ee3..0de58dbf408 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1248,5 +1248,4 @@ paste (in addition to the normal emacs bindings)."
1248 1248
1249(provide 'cua) 1249(provide 'cua)
1250 1250
1251;;; arch-tag: 21fb6289-ba25-4fee-bfdc-f9fb351acf05
1252;;; cua-base.el ends here 1251;;; cua-base.el ends here
diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el
index 8280691ae18..4055fb2b1cc 100644
--- a/lisp/emulation/cua-gmrk.el
+++ b/lisp/emulation/cua-gmrk.el
@@ -390,5 +390,4 @@ With prefix argument, don't jump to global mark when cancelling it."
390 390
391 (setq cua--global-mark-initialized t)) 391 (setq cua--global-mark-initialized t))
392 392
393;;; arch-tag: 553d8076-a91d-48ae-825d-6cb962a5f67f
394;;; cua-gmrk.el ends here 393;;; cua-gmrk.el ends here
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el
index fefd7001029..47b315d062a 100644
--- a/lisp/emulation/cua-rect.el
+++ b/lisp/emulation/cua-rect.el
@@ -1382,5 +1382,4 @@ With prefix arg, indent to that column."
1382 1382
1383 (setq cua--rectangle-initialized t)) 1383 (setq cua--rectangle-initialized t))
1384 1384
1385;;; arch-tag: b730df53-17b9-4a89-bd63-4a71ec196731
1386;;; cua-rect.el ends here 1385;;; cua-rect.el ends here
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el
index e63fd84cbe7..6afadd6c167 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 e4943ff4a0a..d983ea8e714 100644
--- a/lisp/emulation/edt-mapper.el
+++ b/lisp/emulation/edt-mapper.el
@@ -521,5 +521,4 @@
521(sit-for 600) 521(sit-for 600)
522(kill-emacs t) 522(kill-emacs t)
523 523
524;;; arch-tag: 9eea59c8-b8b7-4d66-b858-c8920624c518
525;;; edt-mapper.el ends here 524;;; edt-mapper.el ends here
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el
index 509f4f498ce..30e1b535469 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 0ad749ec13f..283b7827c73 100644
--- a/lisp/emulation/edt-vt100.el
+++ b/lisp/emulation/edt-vt100.el
@@ -46,5 +46,4 @@
46 "Set terminal width to 132 columns." 46 "Set terminal width to 132 columns."
47 (vt100-wide-mode 1)) 47 (vt100-wide-mode 1))
48 48
49;;; arch-tag: c9f10c95-915f-44b5-93ff-4654abca4dd4
50;;; edt-vt100.el ends here 49;;; edt-vt100.el ends here
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index ff0298e9a17..427a803da88 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -2701,5 +2701,4 @@ G-C-\\: Split Window | FNDNXT | Yank | CUT |
2701 2701
2702(provide 'edt) 2702(provide 'edt)
2703 2703
2704;;; arch-tag: 18d1c54f-6900-4078-8bbc-7c2292f48941
2705;;; edt.el ends here 2704;;; edt.el ends here
diff --git a/lisp/emulation/keypad.el b/lisp/emulation/keypad.el
index 3fb7cd753bc..69dc8a3d3b0 100644
--- a/lisp/emulation/keypad.el
+++ b/lisp/emulation/keypad.el
@@ -271,5 +271,4 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'"
271 271
272 (setq i (1+ i))))) 272 (setq i (1+ i)))))
273 273
274;;; arch-tag: 0899d2bd-9e12-4b4e-9aef-d0014d3b6414
275;;; keypad.el ends here 274;;; keypad.el ends here
diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el
index 8b4d0d79f28..22c5b289f08 100644
--- a/lisp/emulation/pc-mode.el
+++ b/lisp/emulation/pc-mode.el
@@ -54,5 +54,4 @@ C-Escape does list-buffers."
54 54
55(provide 'pc-mode) 55(provide 'pc-mode)
56 56
57;;; arch-tag: df007c05-f885-4cd0-8c1e-487d0f8dd9c9
58;;; pc-mode.el ends here 57;;; pc-mode.el ends here
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el
index c7ea973467f..6b7b7ece9c8 100644
--- a/lisp/emulation/pc-select.el
+++ b/lisp/emulation/pc-select.el
@@ -982,5 +982,4 @@ You must modify via \\[customize] for this variable to have an effect."
982 :group 'pc-select 982 :group 'pc-select
983 :require 'pc-select) 983 :require 'pc-select)
984 984
985;;; arch-tag: 10697b70-ae07-4f3e-ad23-7814a3f418c2
986;;; pc-select.el ends here 985;;; pc-select.el ends here
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el
index 8e290553a61..1296d497960 100644
--- a/lisp/emulation/tpu-edt.el
+++ b/lisp/emulation/tpu-edt.el
@@ -2522,5 +2522,4 @@ If FILE is nil, try to load a default file. The default file names are
2522 2522
2523(provide 'tpu-edt) 2523(provide 'tpu-edt)
2524 2524
2525;;; arch-tag: f3dfe61c-2cbd-4f73-b9cc-eb215020b857
2526;;; tpu-edt.el ends here 2525;;; tpu-edt.el ends here
diff --git a/lisp/emulation/tpu-extras.el b/lisp/emulation/tpu-extras.el
index ced88ff3fdf..465b923f891 100644
--- a/lisp/emulation/tpu-extras.el
+++ b/lisp/emulation/tpu-extras.el
@@ -480,5 +480,4 @@ version that respects the bottom scroll margin."
480 GOLD-map) 480 GOLD-map)
481 (message "The cursor is now bound to the flow of your text.")) 481 (message "The cursor is now bound to the flow of your text."))
482 482
483;;; arch-tag: 89676fa4-33ec-48cb-9135-6f3bf230ab1a
484;;; tpu-extras.el ends here 483;;; tpu-extras.el ends here
diff --git a/lisp/emulation/tpu-mapper.el b/lisp/emulation/tpu-mapper.el
index 68a760e2011..e6a50c074dc 100644
--- a/lisp/emulation/tpu-mapper.el
+++ b/lisp/emulation/tpu-mapper.el
@@ -392,5 +392,4 @@
392") 392")
393(goto-char (point-min)) 393(goto-char (point-min))
394 394
395;;; arch-tag: bab5872f-cd3a-4c1c-aedb-047b67646f6c
396;;; tpu-mapper.el ends here 395;;; tpu-mapper.el ends here
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el
index b0a6b4c2666..7ae43c8b162 100644
--- a/lisp/emulation/vi.el
+++ b/lisp/emulation/vi.el
@@ -1486,5 +1486,4 @@ With ARG, inserts that many newlines."
1486 1486
1487(provide 'vi) 1487(provide 'vi)
1488 1488
1489;;; arch-tag: ac9bdac3-8acb-4ddd-bdae-c6dd873153b3
1490;;; vi.el ends here 1489;;; vi.el ends here
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el
index cbb0aa55aa8..80e941d2ed6 100644
--- a/lisp/emulation/vip.el
+++ b/lisp/emulation/vip.el
@@ -3072,5 +3072,4 @@ vip-s-string"
3072 3072
3073(provide 'vip) 3073(provide 'vip)
3074 3074
3075;;; arch-tag: bff623ef-48f7-41d4-9aa3-2e840c9ab415
3076;;; vip.el ends here 3075;;; vip.el ends here
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index eb5e5ede4c7..02bffa64bd3 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -4947,5 +4947,4 @@ Mail anyway (y or n)? ")
4947 4947
4948 4948
4949 4949
4950;;; arch-tag: 739a6450-5fda-44d0-88b0-325053d888c2
4951;;; viper-cmd.el ends here 4950;;; viper-cmd.el ends here
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el
index eab8ebab591..f4d3e8c766e 100644
--- a/lisp/emulation/viper-ex.el
+++ b/lisp/emulation/viper-ex.el
@@ -2318,5 +2318,4 @@ Type 'mak ' (including the space) to run make with no args."
2318 2318
2319 2319
2320 2320
2321;;; arch-tag: 56b80d36-f880-4d10-bd66-85ad91a295db
2322;;; viper-ex.el ends here 2321;;; viper-ex.el ends here
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el
index 2a13f00535e..8787e2eaa6f 100644
--- a/lisp/emulation/viper-init.el
+++ b/lisp/emulation/viper-init.el
@@ -1009,5 +1009,4 @@ Should be set in `~/.viper' file."
1009;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) 1009;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
1010;;; End: 1010;;; End:
1011 1011
1012;;; arch-tag: 4efa2416-1fcb-4690-be10-1a2a0248d250
1013;;; viper-init.el ends here 1012;;; viper-init.el ends here
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el
index 146b54b7034..2369346a3ff 100644
--- a/lisp/emulation/viper-keym.el
+++ b/lisp/emulation/viper-keym.el
@@ -637,5 +637,4 @@ form ((key . function) (key . function) ... )."
637;;; End: 637;;; End:
638 638
639 639
640;;; arch-tag: 43af4b2f-0bea-400b-889e-221ebc00acb1
641;;; viper-keym.el ends here 640;;; viper-keym.el ends here
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el
index c6a3fdfe1fe..b13c922188b 100644
--- a/lisp/emulation/viper-macs.el
+++ b/lisp/emulation/viper-macs.el
@@ -929,5 +929,4 @@ name from there."
929 (call-last-kbd-macro))) 929 (call-last-kbd-macro)))
930 930
931 931
932;;; arch-tag: ecd3cc5c-8cd0-4bbe-b2ec-7e75a4b7d0aa
933;;; viper-macs.el ends here 932;;; viper-macs.el ends here
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el
index 250f7cf5a53..1889a901e88 100644
--- a/lisp/emulation/viper-mous.el
+++ b/lisp/emulation/viper-mous.el
@@ -674,5 +674,4 @@ This buffer may be different from the one where the click occurred."
674;;; End: 674;;; End:
675 675
676 676
677;;; arch-tag: e56b2390-06c4-4dd1-96f5-c7876e2d8c2f
678;;; viper-mous.el ends here 677;;; viper-mous.el ends here
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el
index 8e913e90599..fc7f0c8223b 100644
--- a/lisp/emulation/viper-util.el
+++ b/lisp/emulation/viper-util.el
@@ -1517,5 +1517,4 @@ This option is appropriate if you like Emacs-style words."
1517;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) 1517;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
1518;;; End: 1518;;; End:
1519 1519
1520;;; arch-tag: 7f023fd5-dd9e-4378-a397-9c179553b0e3
1521;;; viper-util.el ends here 1520;;; viper-util.el ends here
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index 15ec74b41f1..f5837192ce1 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -1285,5 +1285,4 @@ These two lines must come in the order given.
1285;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) 1285;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
1286;;; End: 1286;;; End:
1287 1287
1288;;; arch-tag: 5f3e844c-c4e6-4bbd-9b73-63bdc14e7d79
1289;;; viper.el ends here 1288;;; viper.el ends here
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el
index 54be36299c5..330506b1029 100644
--- a/lisp/emulation/ws-mode.el
+++ b/lisp/emulation/ws-mode.el
@@ -755,5 +755,4 @@ sWith: " )
755 755
756(provide 'ws-mode) 756(provide 'ws-mode)
757 757
758;;; arch-tag: 6dd864bf-2ccb-4d59-af6e-492eba2890a3
759;;; ws-mode.el ends here 758;;; ws-mode.el ends here