aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2004-11-17 11:52:34 +0000
committerMiles Bader2004-11-17 11:52:34 +0000
commit8df608c1cee9daf656566f2f9c7a63a133e7c16a (patch)
tree917150106f46059d2d66eeaf46d5b3fbf584b132
parenta3b8a372634ba2de7d7314ec32e584def1d0d7fe (diff)
downloademacs-8df608c1cee9daf656566f2f9c7a63a133e7c16a.tar.gz
emacs-8df608c1cee9daf656566f2f9c7a63a133e7c16a.zip
Restore arch taglines
-rw-r--r--lisp/progmodes/idlw-help.el3
-rw-r--r--lisp/progmodes/idlw-rinfo.el1
-rw-r--r--lisp/progmodes/idlw-shell.el4
-rw-r--r--lisp/progmodes/idlw-toolbar.el5
-rw-r--r--lisp/progmodes/idlwave.el3
-rw-r--r--man/idlwave.texi4
6 files changed, 14 insertions, 6 deletions
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el
index 9df57cdf7ee..28f61b6cbcc 100644
--- a/lisp/progmodes/idlw-help.el
+++ b/lisp/progmodes/idlw-help.el
@@ -1174,4 +1174,5 @@ Useful when source code is displayed as help. See the option
1174(provide 'idlw-help) 1174(provide 'idlw-help)
1175(provide 'idlwave-help) 1175(provide 'idlwave-help)
1176 1176
1177;;; idlw-help.el ends here \ No newline at end of file 1177;; arch-tag: d27b5505-59de-497f-ba3f-f199fd4fb911
1178;;; idlw-help.el ends here
diff --git a/lisp/progmodes/idlw-rinfo.el b/lisp/progmodes/idlw-rinfo.el
index 36a67592e0c..9f95f8e6a5b 100644
--- a/lisp/progmodes/idlw-rinfo.el
+++ b/lisp/progmodes/idlw-rinfo.el
@@ -2064,4 +2064,5 @@
2064(provide 'idlw-rinfo) 2064(provide 'idlw-rinfo)
2065(provide 'idlwave-rinfo) 2065(provide 'idlwave-rinfo)
2066 2066
2067;; arch-tag: d0b65da3-7f5e-4992-b8dd-885800b5cd6b
2067;;; idlw-rinfo.el ends here 2068;;; idlw-rinfo.el ends here
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el
index 85a568ac680..d1d0bf709a4 100644
--- a/lisp/progmodes/idlw-shell.el
+++ b/lisp/progmodes/idlw-shell.el
@@ -6,7 +6,7 @@
6;; Chris Chase <chase@att.com> 6;; Chris Chase <chase@att.com>
7;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> 7;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
8;; Version: 5.5 8;; Version: 5.5
9;; Date: $Date: 2004/11/17 05:37:18 $ 9;; Date: $Date: 2004/11/17 05:54:20 $
10;; Keywords: processes 10;; Keywords: processes
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
@@ -4493,4 +4493,6 @@ static char * file[] = {
4493 4493
4494(if idlwave-shell-use-toolbar 4494(if idlwave-shell-use-toolbar
4495 (add-hook 'idlwave-shell-mode-hook 'idlwave-toolbar-add-everywhere)) 4495 (add-hook 'idlwave-shell-mode-hook 'idlwave-toolbar-add-everywhere))
4496
4497;; arch-tag: 20c2e8ce-0709-41d8-a5b6-bb039148440a
4496;;; idlw-shell.el ends here 4498;;; idlw-shell.el ends here
diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el
index 63998e498f1..49aa5428830 100644
--- a/lisp/progmodes/idlw-toolbar.el
+++ b/lisp/progmodes/idlw-toolbar.el
@@ -4,7 +4,7 @@
4;; Author: Carsten Dominik <dominik@astro.uva.nl> 4;; Author: Carsten Dominik <dominik@astro.uva.nl>
5;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> 5;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
6;; Version: 5.5 6;; Version: 5.5
7;; Date: $Date: 2003/05/13 18:42:27 $ 7;; Date: $Date: 2004/11/17 05:54:20 $
8;; Keywords: processes 8;; Keywords: processes
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
@@ -968,6 +968,5 @@ static char * file[] = {
968(provide 'idlw-toolbar) 968(provide 'idlw-toolbar)
969(provide 'idlwave-toolbar) 969(provide 'idlwave-toolbar)
970 970
971;; arch-tag: ec9a3717-c44c-4716-9bda-cdacbe5ddb62
971;;; idlw-toolbar.el ends here 972;;; idlw-toolbar.el ends here
972
973
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index eae44bc0716..ff3a878a8ca 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -6,7 +6,7 @@
6;; Chris Chase <chase@att.com> 6;; Chris Chase <chase@att.com>
7;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> 7;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
8;; Version: 5.5 8;; Version: 5.5
9;; Date: $Date: 2004/11/17 05:37:18 $ 9;; Date: $Date: 2004/11/17 05:54:19 $
10;; Keywords: languages 10;; Keywords: languages
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
@@ -8825,4 +8825,5 @@ This function was written since `list-abbrevs' looks terrible for IDLWAVE mode."
8825 8825
8826(provide 'idlwave) 8826(provide 'idlwave)
8827 8827
8828;; arch-tag: f77f3b0c-c37c-424f-a328-0886fd42b6fb
8828;;; idlwave.el ends here 8829;;; idlwave.el ends here
diff --git a/man/idlwave.texi b/man/idlwave.texi
index c0878f1a206..3d574f909de 100644
--- a/man/idlwave.texi
+++ b/man/idlwave.texi
@@ -4237,3 +4237,7 @@ widget events (those with @code{/NO_BLOCK} passed to @code{XManager}).
4237@printindex cp 4237@printindex cp
4238 4238
4239@bye 4239@bye
4240
4241@ignore
4242 arch-tag: f1d73958-1423-4127-b8aa-f7b953d64492
4243@end ignore