aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond1992-05-30 23:54:21 +0000
committerEric S. Raymond1992-05-30 23:54:21 +0000
commitc0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch)
tree925fc795c6471c7b0904feba14782fdc5689308b
parent84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff)
downloademacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.tar.gz
emacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.zip
*** empty log message ***
-rw-r--r--lisp/abbrev.el4
-rw-r--r--lisp/abbrevlist.el4
-rw-r--r--lisp/ada.el5
-rw-r--r--lisp/apropos.el4
-rw-r--r--lisp/array.el5
-rw-r--r--lisp/autoinsert.el5
-rw-r--r--lisp/buff-menu.el5
-rw-r--r--lisp/calendar/appt.el6
-rw-r--r--lisp/case-table.el5
-rw-r--r--lisp/chistory.el4
-rw-r--r--lisp/cl.el7
-rw-r--r--lisp/cmuscheme.el3
-rw-r--r--lisp/comint.el5
-rw-r--r--lisp/compare-w.el4
-rw-r--r--lisp/completion.el4
-rw-r--r--lisp/dabbrev.el4
-rw-r--r--lisp/diary-lib.el4
-rw-r--r--lisp/diff.el5
-rw-r--r--lisp/disp-table.el5
-rw-r--r--lisp/ebuff-menu.el6
-rw-r--r--lisp/echistory.el5
-rw-r--r--lisp/edmacro.el5
-rw-r--r--lisp/ehelp.el3
-rw-r--r--lisp/electric.el7
-rw-r--r--lisp/emacs-lisp/autoload.el4
-rw-r--r--lisp/emacs-lisp/backquote.el3
-rw-r--r--lisp/emacs-lisp/cl-indent.el4
-rw-r--r--lisp/emacs-lisp/debug.el5
-rw-r--r--lisp/emerge.el13
-rw-r--r--lisp/emulation/edt.el107
-rw-r--r--lisp/files.el5
-rw-r--r--lisp/find-dired.el4
-rw-r--r--lisp/find-gc.el20
-rw-r--r--lisp/float-sup.el4
-rw-r--r--lisp/mail/emacsbug.el4
-rw-r--r--lisp/play/blackbox.el5
-rw-r--r--lisp/play/dissociate.el5
-rw-r--r--lisp/play/doctor.el5
-rw-r--r--lisp/progmodes/asm-mode.el3
-rw-r--r--lisp/progmodes/awk-mode.el5
-rw-r--r--lisp/progmodes/c-mode.el5
-rw-r--r--lisp/progmodes/cmacexp.el5
-rw-r--r--lisp/progmodes/cplus-md.el5
-rw-r--r--lisp/progmodes/etags.el6
-rw-r--r--lisp/progmodes/inf-lisp.el4
-rw-r--r--lisp/term/bg-mouse.el4
-rw-r--r--lisp/textmodes/bib-mode.el4
-rw-r--r--lisp/textmodes/bibtex.el8
-rw-r--r--lisp/textmodes/fill.el5
49 files changed, 298 insertions, 58 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index 9bd311290fb..ba159233bc4 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -1,4 +1,4 @@
1;; Abbrev mode commands for Emacs 1;;; abbrev.el --- abbrev mode commands for Emacs
2 2
3;; Copyright (C) 1985-1991 Free Software Foundation, Inc. 3;; Copyright (C) 1985-1991 Free Software Foundation, Inc.
4 4
@@ -287,3 +287,5 @@ If called from a Lisp program, arguments are START END &optional NOQUERY."
287 pnt))) 287 pnt)))
288 (if (or noquery (y-or-n-p (format "Expand `%s'? " string))) 288 (if (or noquery (y-or-n-p (format "Expand `%s'? " string)))
289 (expand-abbrev))))))) 289 (expand-abbrev)))))))
290
291;;; abbrev.el ends here
diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el
index a7942248dde..ee77462907e 100644
--- a/lisp/abbrevlist.el
+++ b/lisp/abbrevlist.el
@@ -1,4 +1,5 @@
1;; List one abbrev table alphabetically ordered. 1;;; abbrevlist.el --- list one abbrev table alphabetically ordered.
2
2;; Copyright (C) 1986, 1992 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1992 Free Software Foundation, Inc.
3;; Suggested by a previous version by Gildea. 4;; Suggested by a previous version by Gildea.
4 5
@@ -44,3 +45,4 @@
44 45
45(provide 'abbrevlist) 46(provide 'abbrevlist)
46 47
48;;; abbrevlist.el ends here
diff --git a/lisp/ada.el b/lisp/ada.el
index 22c80707b42..4588d72780e 100644
--- a/lisp/ada.el
+++ b/lisp/ada.el
@@ -1,4 +1,5 @@
1; Ada editing support package in GNUlisp. v1.0 1;;; ada.el --- Ada editing support package in GNUlisp. v1.0
2
2; Author: Vincent Broman <broman@bugs.nosc.mil> May 1987. 3; Author: Vincent Broman <broman@bugs.nosc.mil> May 1987.
3; (borrows heavily from Mick Jordan's Modula-2 package for GNU, 4; (borrows heavily from Mick Jordan's Modula-2 package for GNU,
4; as modified by Peter Robinson, Michael Schmidt, and Tom Perrine.) 5; as modified by Peter Robinson, Michael Schmidt, and Tom Perrine.)
@@ -634,3 +635,5 @@ Initialize the library if a prefix arg is given."
634 "Bind the current program library, using the current binding options." 635 "Bind the current program library, using the current binding options."
635 (interactive) 636 (interactive)
636 (compile (concat "adabind " ada-bind-opts " " ada-lib-dir-name))) 637 (compile (concat "adabind " ada-bind-opts " " ada-lib-dir-name)))
638
639;;; ada.el ends here
diff --git a/lisp/apropos.el b/lisp/apropos.el
index 66b3c4947bb..5f0eab734f1 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -1,4 +1,5 @@
1;; Faster apropos commands. 1;;; apropos.el --- faster apropos commands.
2
2;; Copyright (C) 1989 Free Software Foundation, Inc. 3;; Copyright (C) 1989 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -321,3 +322,4 @@ Will return nil instead."
321 nil 322 nil
322 symbol)) 323 symbol))
323 324
325;;; apropos.el ends here
diff --git a/lisp/array.el b/lisp/array.el
index d58d558188e..b7abdee6dd2 100644
--- a/lisp/array.el
+++ b/lisp/array.el
@@ -1,4 +1,5 @@
1;;; Array editing commands for Gnu Emacs 1;;; array.el --- array editing commands for Gnu Emacs
2
2;;; Written by dmb%morgoth@harvard.harvard.edu (address is old) 3;;; Written by dmb%morgoth@harvard.harvard.edu (address is old)
3;;; (David M. Brown at Goldberg-Zoino & Associates, Inc.) 4;;; (David M. Brown at Goldberg-Zoino & Associates, Inc.)
4;;; Thanks to cph@kleph.ai.mit.edu for assistance 5;;; Thanks to cph@kleph.ai.mit.edu for assistance
@@ -955,3 +956,5 @@ array in this buffer."
955 (or arg 956 (or arg
956 (+ (ceiling max-column columns-per-line) 957 (+ (ceiling max-column columns-per-line)
957 (if rows-numbered 1 0))))) 958 (if rows-numbered 1 0)))))
959
960;;; array.el ends here
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index 61736c9f68b..d8eba1bb0dc 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -1,4 +1,5 @@
1;; Automatic mode-dependent insertion of text into new files. 1;;; autoinsert.el --- automatic mode-dependent insertion of text into new files
2
2;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -90,3 +91,5 @@ Matches the visited file name against the elements of `auto-insert-alist'."
90(setq find-file-not-found-hooks 91(setq find-file-not-found-hooks
91 (cons 'insert-auto-insert-files 92 (cons 'insert-auto-insert-files
92 find-file-not-found-hooks)) 93 find-file-not-found-hooks))
94
95;;; autoinsert.el ends here
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index 77923774da7..371bb586d80 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -1,4 +1,5 @@
1;; Buffer menu main function and support functions. 1;;; buff-menu.el --- buffer menu main function and support functions.
2
2;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -282,3 +283,5 @@ You can mark buffers with the \\<Buffer-menu-mode-map>\\[Buffer-menu-mark] comma
282 (switch-to-buffer (other-buffer)) 283 (switch-to-buffer (other-buffer))
283 (pop-to-buffer buff) 284 (pop-to-buffer buff)
284 (bury-buffer menu))) 285 (bury-buffer menu)))
286
287;;; buff-menu.el ends here
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el
index 5d11695cdaf..2376d76a867 100644
--- a/lisp/calendar/appt.el
+++ b/lisp/calendar/appt.el
@@ -1,4 +1,5 @@
1;; Appointment notification functions. 1;;; appt.el --- appointment notification functions.
2
2;; Copyright (C) 1989, 1990 Free Software Foundation, Inc. 3;; Copyright (C) 1989, 1990 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -494,7 +495,6 @@ The time should be in either 24 hour format or am/pm format."
494 (setq conv-time (+ (* hr 60) min)) 495 (setq conv-time (+ (* hr 60) min))
495 conv-time)) 496 conv-time))
496 497
497
498(setq display-time-hook 'appt-check) 498(setq display-time-hook 'appt-check)
499 499
500 500;;; appt.el ends here
diff --git a/lisp/case-table.el b/lisp/case-table.el
index 2de955de2cd..bb35c1e8913 100644
--- a/lisp/case-table.el
+++ b/lisp/case-table.el
@@ -1,4 +1,5 @@
1;; Functions for extending the character set and dealing with case tables. 1;;; case-table.el --- functions for extending the character set and dealing with case tables.
2
2;; Copyright (C) 1988 Free Software Foundation, Inc. 3;; Copyright (C) 1988 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -98,3 +99,5 @@ SYNTAX should be \" \", \"w\", \".\" or \"_\"."
98 (modify-syntax-entry c syntax text-mode-syntax-table)) 99 (modify-syntax-entry c syntax text-mode-syntax-table))
99 100
100(provide 'case-table) 101(provide 'case-table)
102
103;;; case-table.el ends here
diff --git a/lisp/chistory.el b/lisp/chistory.el
index 2dd78a1f558..620288fc77a 100644
--- a/lisp/chistory.el
+++ b/lisp/chistory.el
@@ -1,4 +1,5 @@
1;; chistory -- List command history 1;;; chistory.el --- list command history
2
2;; Copyright (C) 1985 Free Software Foundation, Inc. 3;; Copyright (C) 1985 Free Software Foundation, Inc.
3;; Principal author K. Shane Hartman 4;; Principal author K. Shane Hartman
4 5
@@ -166,3 +167,4 @@ The Command History listing is recomputed each time this mode is invoked."
166 167
167(provide 'chistory) 168(provide 'chistory)
168 169
170;;; chistory.el ends here
diff --git a/lisp/cl.el b/lisp/cl.el
index 723238aec2f..1ff7024c133 100644
--- a/lisp/cl.el
+++ b/lisp/cl.el
@@ -1,4 +1,5 @@
1;; Common-Lisp extensions for GNU Emacs Lisp. 1;;; cl.el --- Common-Lisp extensions for GNU Emacs Lisp.
2
2;; Copyright (C) 1987, 1988, 1989 Free Software Foundation, Inc. 3;; Copyright (C) 1987, 1988, 1989 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -3133,6 +3134,6 @@ No checking is even attempted. This is just for compatibility with
3133Common-Lisp codes." 3134Common-Lisp codes."
3134 form) 3135 form)
3135 3136
3136;;;; end of cl.el
3137
3138(provide 'cl) 3137(provide 'cl)
3138
3139;;; cl.el ends here
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el
index b817b42e662..fe20f7e1959 100644
--- a/lisp/cmuscheme.el
+++ b/lisp/cmuscheme.el
@@ -1,4 +1,5 @@
1;;; cmuscheme.el -- Scheme process in a buffer. Adapted from tea.el. 1;;; cmuscheme.el -- Scheme process in a buffer. Adapted from tea.el.
2
2;;; Copyright Olin Shivers (1988) 3;;; Copyright Olin Shivers (1988)
3;;; Please imagine a long, tedious, legalistic 5-page gnu-style copyright 4;;; Please imagine a long, tedious, legalistic 5-page gnu-style copyright
4;;; notice appearing here to the effect that you may use this code any 5;;; notice appearing here to the effect that you may use this code any
@@ -429,3 +430,5 @@ This is a good place to put keybindings.")
429;;; Tale suggested this. 430;;; Tale suggested this.
430 431
431(provide 'cmuscheme) 432(provide 'cmuscheme)
433
434;;; cmuscheme.el ends here
diff --git a/lisp/comint.el b/lisp/comint.el
index 91d480e56fd..93bed741388 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -1,4 +1,5 @@
1;;; -*-Emacs-Lisp-*- General command interpreter in a window stuff 1;;; comint.el --- general command interpreter in a window stuff
2
2;;; Copyright Olin Shivers (1988). 3;;; Copyright Olin Shivers (1988).
3 4
4;;; This file is part of GNU Emacs. 5;;; This file is part of GNU Emacs.
@@ -1361,3 +1362,5 @@ This is a good place to put keybindings.")
1361;;; liked them; I don't think anyone used them. 1362;;; liked them; I don't think anyone used them.
1362 1363
1363(provide 'comint) 1364(provide 'comint)
1365
1366;;; comint.el ends here
diff --git a/lisp/compare-w.el b/lisp/compare-w.el
index b3dbf0e47c3..b4f4e6f383f 100644
--- a/lisp/compare-w.el
+++ b/lisp/compare-w.el
@@ -1,4 +1,5 @@
1;; Compare text between windows for Emacs. 1;;; compare-w.el --- compare text between windows for Emacs.
2
2;; Copyright (C) 1986, 1989 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1989 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -128,3 +129,4 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored."
128 129
129(provide 'compare-w) 130(provide 'compare-w)
130 131
132;;; compare-w.el ends here
diff --git a/lisp/completion.el b/lisp/completion.el
index 9d478e78630..6ae62aa8a64 100644
--- a/lisp/completion.el
+++ b/lisp/completion.el
@@ -1,3 +1,5 @@
1;;; completion.el --- dynamic word-completion code
2
1;;; This is a Completion system for GNU Emacs 3;;; This is a Completion system for GNU Emacs
2;;; 4;;;
3;;; E-Mail: 5;;; E-Mail:
@@ -3111,3 +3113,5 @@ and KILLP is t if prefix arg is was specified."
3111 3113
3112(cmpl-statistics-block 3114(cmpl-statistics-block
3113 (record-completion-file-loaded)) 3115 (record-completion-file-loaded))
3116
3117;;; completion.el ends here
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el
index e488e385b06..d6d306b7391 100644
--- a/lisp/dabbrev.el
+++ b/lisp/dabbrev.el
@@ -1,4 +1,5 @@
1;; Dynamic abbreviation package for GNU Emacs. 1;;; dabbrev.el --- dynamic abbreviation package for GNU Emacs.
2
2;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -257,3 +258,4 @@ with the next possible expansion not yet tried."
257 258
258(provide 'dabbrevs) 259(provide 'dabbrevs)
259 260
261;;; dabbrev.el ends here
diff --git a/lisp/diary-lib.el b/lisp/diary-lib.el
index b196707f09f..83e22d52aa4 100644
--- a/lisp/diary-lib.el
+++ b/lisp/diary-lib.el
@@ -1,4 +1,5 @@
1;; Diary functions. 1;;; diary.el --- diary functions.
2
2;; Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc. 3;; Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -2126,3 +2127,4 @@ to the date indicated by point. Prefix arg will make the entry nonmarking."
2126 2127
2127(provide 'diary) 2128(provide 'diary)
2128 2129
2130;;; diary.el ends here
diff --git a/lisp/diff.el b/lisp/diff.el
index 7b92c6a4314..138f674ea08 100644
--- a/lisp/diff.el
+++ b/lisp/diff.el
@@ -1,4 +1,5 @@
1;; "DIFF" mode for handling output from unix diff utility. 1;;; diff.el --- "DIFF" mode for handling output from unix diff utility.
2
2;; Copyright (C) 1990 Free Software Foundation, Inc. 3;; Copyright (C) 1990 Free Software Foundation, Inc.
3;; Written fpb@ittc.wec.com 1/27/89 4;; Written fpb@ittc.wec.com 1/27/89
4 5
@@ -269,3 +270,5 @@ Differences are delimited by `diff-search-pattern'."
269 (setq cnt (1+ cnt))) 270 (setq cnt (1+ cnt)))
270 (message "Counting differences...done (%d)" cnt) 271 (message "Counting differences...done (%d)" cnt)
271 cnt)))) 272 cnt))))
273
274;;; diff.el ends here
diff --git a/lisp/disp-table.el b/lisp/disp-table.el
index 524bc80cd3f..d0f0ec03899 100644
--- a/lisp/disp-table.el
+++ b/lisp/disp-table.el
@@ -1,4 +1,5 @@
1;; Functions for dealing with char tables. 1;;; disp-table.el --- functions for dealing with char tables.
2
2;; Copyright (C) 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1987 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -113,3 +114,5 @@
113 (aset glyf-table i string))) 114 (aset glyf-table i string)))
114 115
115(provide 'disp-table) 116(provide 'disp-table)
117
118;;; disp-table.el ends here
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el
index f3fab00a19e..88e50a9799e 100644
--- a/lisp/ebuff-menu.el
+++ b/lisp/ebuff-menu.el
@@ -1,3 +1,5 @@
1;;; ebuff-menu.el --- electric-buffer-list mode
2
1; buggestions to mly@ai.mit.edu 3; buggestions to mly@ai.mit.edu
2 4
3;; who says one can't have typeout windows in gnu emacs? 5;; who says one can't have typeout windows in gnu emacs?
@@ -236,6 +238,4 @@ Returns to Electric Buffer Menu when done."
236 (message "Buffer %s does not exist!" bufnam) 238 (message "Buffer %s does not exist!" bufnam)
237 (sit-for 4)))) 239 (sit-for 4))))
238 240
239 241;;; ebuff-menu.el ends here
240
241
diff --git a/lisp/echistory.el b/lisp/echistory.el
index 1354650f171..59e51cddf6a 100644
--- a/lisp/echistory.el
+++ b/lisp/echistory.el
@@ -1,4 +1,5 @@
1;; Electric Command History Mode 1;;; echistory.el --- Electric Command History Mode
2
2;; Copyright (C) 1985 Free Software Foundation, Inc. 3;; Copyright (C) 1985 Free Software Foundation, Inc.
3;; Principal author K. Shane Hartman 4;; Principal author K. Shane Hartman
4 5
@@ -136,3 +137,5 @@ The Command History listing is recomputed each time this mode is invoked."
136 (if (boundp 'electric-history-in-progress) 137 (if (boundp 'electric-history-in-progress)
137 (progn (message "") 138 (progn (message "")
138 (throw 'electric-history-quit nil)))) 139 (throw 'electric-history-quit nil))))
140
141;;; echistory.el ends here
diff --git a/lisp/edmacro.el b/lisp/edmacro.el
index 90d8ebed47c..05ee0912a2c 100644
--- a/lisp/edmacro.el
+++ b/lisp/edmacro.el
@@ -1,4 +1,5 @@
1;; Keyboard macro editor for GNU Emacs. Version 1.02. 1;;; edmacro.el --- keyboard macro editor for GNU Emacs. Version 1.02.
2
2;; Copyright (C) 1990 Free Software Foundation, Inc. 3;; Copyright (C) 1990 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -641,3 +642,5 @@ directly back into keystrokes."
641(if (boundp 'edmacro-mode-map) () 642(if (boundp 'edmacro-mode-map) ()
642 (setq edmacro-mode-map (make-sparse-keymap)) 643 (setq edmacro-mode-map (make-sparse-keymap))
643 (define-key edmacro-mode-map "\C-c\C-c" 'edmacro-finish-edit)) 644 (define-key edmacro-mode-map "\C-c\C-c" 'edmacro-finish-edit))
645
646;;; edmacro.el ends here
diff --git a/lisp/ehelp.el b/lisp/ehelp.el
index 69f2fd4e8af..94eadfadbd3 100644
--- a/lisp/ehelp.el
+++ b/lisp/ehelp.el
@@ -1,3 +1,5 @@
1;;; ehelp.el --- bindings for electric-help mode
2
1;; Copyright (C) 1986 Free Software Foundation, Inc. 3;; Copyright (C) 1986 Free Software Foundation, Inc.
2 4
3;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -306,3 +308,4 @@ will select it.)"
306 308
307(provide 'ehelp) 309(provide 'ehelp)
308 310
311;;; ehelp.el ends here
diff --git a/lisp/electric.el b/lisp/electric.el
index eab8cd135ed..50e2a015389 100644
--- a/lisp/electric.el
+++ b/lisp/electric.el
@@ -1,4 +1,5 @@
1;; electric -- Window maker and Command loop for `electric' modes. 1;;; electric.el --- window maker and Command loop for `electric' modes.
2
2;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
3;; Principal author K. Shane Hartman 4;; Principal author K. Shane Hartman
4 5
@@ -180,4 +181,6 @@
180 (goto-char (point-min)) 181 (goto-char (point-min))
181 win))) 182 win)))
182 183
183(provide 'electric) \ No newline at end of file 184(provide 'electric)
185
186; electric.el ends here
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 5e78798c05e..b399a29bfa0 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -1,4 +1,5 @@
1;;; Maintain autoloads in loaddefs.el. 1;;; autoload.el --- maintain autoloads in loaddefs.el.
2
2;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. 3;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
3;;; Written by Roland McGrath. 4;;; Written by Roland McGrath.
4;;; 5;;;
@@ -289,3 +290,4 @@ For example, invoke \"emacs -batch -f batch-update-autoloads *.el\""
289 290
290(provide 'autoload) 291(provide 'autoload)
291 292
293;;; autoload.el ends here
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el
index 0b5283ca819..9a4d7d5ffd7 100644
--- a/lisp/emacs-lisp/backquote.el
+++ b/lisp/emacs-lisp/backquote.el
@@ -1,3 +1,5 @@
1;; backquote.el --- backquoting for Emacs Lisp macros
2
1;; Copyright (C) 1985 Free Software Foundation, Inc. 3;; Copyright (C) 1985 Free Software Foundation, Inc.
2;; Written by Dick King (king@kestrel). 4;; Written by Dick King (king@kestrel).
3 5
@@ -354,3 +356,4 @@ for making the list so far."
354 356
355(provide 'backquote) 357(provide 'backquote)
356 358
359;;; backquote.el ends here
diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el
index 4e4543725c8..92f20f7cc4f 100644
--- a/lisp/emacs-lisp/cl-indent.el
+++ b/lisp/emacs-lisp/cl-indent.el
@@ -1,4 +1,5 @@
1;; Lisp mode, and its idiosyncratic commands. 1;;; cl-indent.el --- enhanced lisp-indent mode
2
2;; Copyright (C) 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1987 Free Software Foundation, Inc.
3;; Written by Richard Mlynarik July 1987 4;; Written by Richard Mlynarik July 1987
4 5
@@ -464,3 +465,4 @@ by `lisp-body-indent'.")
464 465
465;; To disable this stuff, (setq lisp-indent-function 'lisp-indent-function) 466;; To disable this stuff, (setq lisp-indent-function 'lisp-indent-function)
466 467
468;;; cl-indent.el ends here
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index ff31feb68ce..9faf131dd26 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -1,4 +1,5 @@
1;; Debuggers and related commands for Emacs 1;;; debug.el --- debuggers and related commands for Emacs
2
2;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -354,3 +355,5 @@ If argument is nil or an empty string, cancel for all functions."
354 (setq list (cdr list)))) 355 (setq list (cdr list))))
355 (princ "Note: if you have redefined a function, then it may no longer\n") 356 (princ "Note: if you have redefined a function, then it may no longer\n")
356 (princ "be set to debug on entry, even if it is in the list.")))) 357 (princ "be set to debug on entry, even if it is in the list."))))
358
359;;; debug.el ends here
diff --git a/lisp/emerge.el b/lisp/emerge.el
index 659d50afcef..bcb15da3aee 100644
--- a/lisp/emerge.el
+++ b/lisp/emerge.el
@@ -1,4 +1,4 @@
1;;; emerge.el version 4 1;;; emerge.el --- merge diffs inder Emacs control (version 4)
2 2
3;;; 13 Dec 1991 3;;; 13 Dec 1991
4 4
@@ -1140,6 +1140,7 @@ emerge-file-names.")
1140 1140
1141;;; Functions to start Emerge on files 1141;;; Functions to start Emerge on files
1142 1142
1143;;;###autoload
1143(defun emerge-files (arg file-A file-B file-out &optional startup-hooks 1144(defun emerge-files (arg file-A file-B file-out &optional startup-hooks
1144 quit-hooks) 1145 quit-hooks)
1145 "Run Emerge on two files." 1146 "Run Emerge on two files."
@@ -1160,6 +1161,7 @@ emerge-file-names.")
1160 quit-hooks) 1161 quit-hooks)
1161 file-out)) 1162 file-out))
1162 1163
1164;;;###autoload
1163(defun emerge-files-with-ancestor (arg file-A file-B file-ancestor file-out 1165(defun emerge-files-with-ancestor (arg file-A file-B file-ancestor file-out
1164 &optional startup-hooks quit-hooks) 1166 &optional startup-hooks quit-hooks)
1165 "Run Emerge on two files, giving another file as the ancestor." 1167 "Run Emerge on two files, giving another file as the ancestor."
@@ -1189,6 +1191,7 @@ emerge-file-names.")
1189 1191
1190;;; Functions to start Emerge on buffers 1192;;; Functions to start Emerge on buffers
1191 1193
1194;;;###autoload
1192(defun emerge-buffers (buffer-A buffer-B &optional startup-hooks quit-hooks) 1195(defun emerge-buffers (buffer-A buffer-B &optional startup-hooks quit-hooks)
1193 "Run Emerge on two buffers." 1196 "Run Emerge on two buffers."
1194 (interactive "bBuffer A to merge: \nbBuffer B to merge: ") 1197 (interactive "bBuffer A to merge: \nbBuffer B to merge: ")
@@ -1209,6 +1212,7 @@ emerge-file-names.")
1209 quit-hooks 1212 quit-hooks
1210 nil))) 1213 nil)))
1211 1214
1215;;;###autoload
1212(defun emerge-buffers-with-ancestor (buffer-A buffer-B buffer-ancestor 1216(defun emerge-buffers-with-ancestor (buffer-A buffer-B buffer-ancestor
1213 &optional startup-hooks 1217 &optional startup-hooks
1214 quit-hooks) 1218 quit-hooks)
@@ -1243,6 +1247,7 @@ emerge-file-names.")
1243 1247
1244;;; Functions to start Emerge from the command line 1248;;; Functions to start Emerge from the command line
1245 1249
1250;;;###autoload
1246(defun emerge-files-command () 1251(defun emerge-files-command ()
1247 (let ((file-a (nth 0 command-line-args-left)) 1252 (let ((file-a (nth 0 command-line-args-left))
1248 (file-b (nth 1 command-line-args-left)) 1253 (file-b (nth 1 command-line-args-left))
@@ -1252,6 +1257,7 @@ emerge-file-names.")
1252 file-a file-b nil 1257 file-a file-b nil
1253 (list (` (lambda () (emerge-command-exit (, file-out)))))))) 1258 (list (` (lambda () (emerge-command-exit (, file-out))))))))
1254 1259
1260;;;###autoload
1255(defun emerge-files-with-ancestor-command () 1261(defun emerge-files-with-ancestor-command ()
1256 (let (file-a file-b file-anc file-out) 1262 (let (file-a file-b file-anc file-out)
1257 ;; check for a -a flag, for filemerge compatibility 1263 ;; check for a -a flag, for filemerge compatibility
@@ -1279,6 +1285,7 @@ emerge-file-names.")
1279 1285
1280;;; Functions to start Emerge via remote request 1286;;; Functions to start Emerge via remote request
1281 1287
1288;;;###autoload
1282(defun emerge-files-remote (file-a file-b file-out) 1289(defun emerge-files-remote (file-a file-b file-out)
1283 (setq emerge-file-out file-out) 1290 (setq emerge-file-out file-out)
1284 (emerge-files-internal 1291 (emerge-files-internal
@@ -1287,6 +1294,7 @@ emerge-file-names.")
1287 file-out) 1294 file-out)
1288 (throw 'client-wait nil)) 1295 (throw 'client-wait nil))
1289 1296
1297;;;###autoload
1290(defun emerge-files-with-ancestor-remote (file-a file-b file-anc file-out) 1298(defun emerge-files-with-ancestor-remote (file-a file-b file-anc file-out)
1291 (setq emerge-file-out file-out) 1299 (setq emerge-file-out file-out)
1292 (emerge-files-with-ancestor-internal 1300 (emerge-files-with-ancestor-internal
@@ -2973,7 +2981,6 @@ See also auto-save-file-name-p."
2973 (setq limit (1+ (match-end 0))))) 2981 (setq limit (1+ (match-end 0)))))
2974 s) 2982 s)
2975 2983
2976;;;;;;;;;;;;;;;; end emerge.el ;;;;;;;;;;;;;;;;
2977
2978(provide 'emerge) 2984(provide 'emerge)
2979 2985
2986;;; emerge.el ends here
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index 8d60eeeb347..58874fd94aa 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -20,6 +20,113 @@
20;; along with GNU Emacs; see the file COPYING. If not, write to 20;; along with GNU Emacs; see the file COPYING. If not, write to
21;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22 22
23;; From mike@yetti.UUCP Fri Aug 29 12:49:28 1986
24;; Path: yetti!mike@uunet.uu.net
25;; From: mike@yetti.UUCP (Mike Clarkson )
26;; Newsgroups: net.sources
27;; Subject: Gnu Emacs EDT Emulation - Introduction - 1/3
28;; Date: 27 Aug 86 23:30:33 GMT
29;; Reply-To: mike@yetti.UUCP (Mike Clarkson )
30;; Organization: York University Computer Science
31;;
32;; Here's my EDT emulation for GNU Emacs that is based on the EDT emulation
33;; for Gosling's Emacs sent out on the net a couple of years ago by Lynn Olson
34;; at Tektronics. This emulation was widely distributed as the file edt.ml
35;; in the maclib directory of most Emacs distributions.
36;;
37;; My emulation consists of two files: edt.el and edtdoc.el. The edtdoc.el
38;; file is the documentation, that you can add to the beginning of edt.el if
39;; you want. I have split them because I have been loading the edt.el file a
40;; lot during debugging.
41;;
42;; I will gladly take all criticisms and complaints to heart, and will fix what
43;; bugs I can find. As this is my first elisp hack, you may have to root out a
44;; few nasties hidden in the code. Please let me know if you find any (sorry,
45;; no rewards :-). I would also be interested if there are better, cleaner,
46;; faster ways of doing some of the things that I have done.
47;;
48;; You must understand some design considerations that I had in mind.
49;; The intention was not really to "emulate" EDT, but rather to take advantage
50;; of the years of EDT experience that had accumulated in my right hand,
51;; while at the same time taking advantage of EMACS.
52;;
53;; Some major differences are:
54;;
55;; HELP is describe-key;
56;; GOLD/HELP is describe-function;
57;; FIND is isearch-forward/backward;
58;; GOLD/HELP is occur-menu, which finds all instances of a search string;
59;; ENTER is other-window;
60;; SUBS is subprocess-command. Note that you have to change this
61;; to `shell' if you are running Un*x;
62;; PAGE is next-paragraph, because that's more useful than page.
63;; SPECINS is copy-to-killring;
64;; GOLD/GOLD is mark-section-wisely, which is my command to mark the
65;; section in a manner consistent with the major-mode. It
66;; uses mark-defun for emacs-lisp, lisp, mark-c-function for C,
67;; and mark-paragraph for other modes.
68;;
69;;
70;; Some subtle differences are:
71;;
72;; APPEND is append-to-buffer. One doesn't append to the kill ring
73;; much and SPECINS is now copy-to-killring;
74;; REPLACE is replace-regexp;
75;; FILL is fill-region-wisely, which uses indent-region for C, lisp
76;; emacs-lisp, and fill-region for others. It asks if you
77;; really want to fill-region in TeX-mode, because I find this
78;; to be very dangerous.
79;; CHNGCASE is case-flip for the character under the cursor only.
80;; I felt that case-flip region is unlikely, as usually you
81;; upcase-region or downcase region. Also, unlike EDT it
82;; is independent of the direction you are going, as that
83;; drives me nuts.
84;;
85;; I use Emacs definition of what a word is. This is considerably different
86;; from what EDT thinks a word is. This is not good for dyed-in-the-wool EDT
87;; fans, but is probably preferable for experienced Emacs users. My assumption
88;; is that the former are a dying breed now that GNU Emacs has made it to VMS,
89;; but let me know how you feel. Also, when you undelete a word it leave the
90;; point at the end of the undeleted text, rather than the beginning. I might
91;; change this as I'm not sure if I like this or not. I'm also not sure if I
92;; want it to set the mark each time you delete a character or word.
93;;
94;; Backspace does not invoke beginning-of-line, because ^H is the help prefix,
95;; and I felt it should be left as such. You can change this if you like.
96;;
97;; The ADVANCE and BACKUP keys do not work as terminators for forward or
98;; backward searches. In Emacs, all search strings are terminated by return.
99;; The searches will however go forward or backward depending on your current
100;; direction. Also, when you change directions, the mode line will not be
101;; updated immediately, but only when you next execute an emacs function.
102;; Personally, I consider this to be a bug, not a feature.
103;;
104;; This should also work with VT-2xx's, though I haven't tested it extensively
105;; on those terminals. It assumes that the CSI-map of vt_200.el has been
106;; defined.
107;;
108;; There are also a whole bunch of GOLD letter, and GOLD character bindings:
109;; look at edtdoc.el for them, or better still, look at the edt.el lisp code,
110;; because after all, in the true Lisp tradition, the source code is *assumed*
111;; to be self-documenting :-)
112;;
113;; Mike Clarkson, ...!allegra \ BITNET: mike@YUYETTI or
114;; CRESS, York University, ...!decvax \ SYMALG@YUSOL
115;; 4700 Keele Street, ...!ihnp4 > !utzoo!yetti!mike
116;; North York, Ontario, ...!linus /
117;; CANADA M3J 1P3. ...!watmath / Phone: +1 (416) 736-2100 x 7767
118;;
119;; Note that I am not on ARPA, and must gateway any ARPA mail through BITNET or
120;; UUCP. If you have a UUCP or BITNET address please use it for communication
121;; so that I can reach you directly. If you have both, the BITNET address
122;; is preferred.
123;; --
124;; Mike Clarkson, ...!allegra \ BITNET: mike@YUYETTI or
125;; CRESS, York University, ...!decvax \ SYMALG@YUSOL
126;; 4700 Keele Street, ...!ihnp4 > !utzoo!yetti!mike
127;; North York, Ontario, ...!linus /
128;; CANADA M3J 1P3. ...!watmath / Phone: +1 (416) 737-2100 x 7767
129
23(require 'keypad) 130(require 'keypad)
24 131
25(defvar edt-last-deleted-lines "" 132(defvar edt-last-deleted-lines ""
diff --git a/lisp/files.el b/lisp/files.el
index 1827bf9e7a1..bc7f7981a8f 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1,4 +1,5 @@
1;; File input and output commands for Emacs 1;;; files.el --- file input and output commands for Emacs
2
2;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -1382,3 +1383,5 @@ With prefix arg, silently save all file-visiting buffers, then kill."
1382(define-key ctl-x-3-map "b" 'switch-to-buffer-other-screen) 1383(define-key ctl-x-3-map "b" 'switch-to-buffer-other-screen)
1383(define-key ctl-x-3-map "f" 'find-file-other-screen) 1384(define-key ctl-x-3-map "f" 'find-file-other-screen)
1384(define-key ctl-x-3-map "r" 'find-file-read-only-other-screen) 1385(define-key ctl-x-3-map "r" 'find-file-read-only-other-screen)
1386
1387;;; files.el ends here
diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index 2afb4b435d4..ab5e3c43ef3 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -1,4 +1,5 @@
1;;; find-dired.el -- Run a `find' command and dired the output 1;; find-dired.el --- run a `find' command and dired the output
2
2;;; Copyright (C) 1991 Roland McGrath 3;;; Copyright (C) 1991 Roland McGrath
3 4
4(defconst find-dired-version (substring "$Revision: 1.9 $" 11 -2) 5(defconst find-dired-version (substring "$Revision: 1.9 $" 11 -2)
@@ -200,3 +201,4 @@ Wildcards and redirection are handle as usual in the shell."
200 201
201(provide 'find-dired) 202(provide 'find-dired)
202 203
204;;; find-dired.el ends here
diff --git a/lisp/find-gc.el b/lisp/find-gc.el
index 3504d2949d8..1e02e65c1d0 100644
--- a/lisp/find-gc.el
+++ b/lisp/find-gc.el
@@ -1,5 +1,22 @@
1;;;; find-gc.el 1;;; find-gc.el --- detect functions that call the garbage collector
2 2
3;; Copyright (C) 1992 Free Software Foundation, Inc.
4
5;; This file is part of GNU Emacs.
6
7;; GNU Emacs is free software; you can redistribute it and/or modify
8;; it under the terms of the GNU General Public License as published by
9;; the Free Software Foundation; either version 1, or (at your option)
10;; any later version.
11
12;; GNU Emacs is distributed in the hope that it will be useful,
13;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15;; GNU General Public License for more details.
16
17;; You should have received a copy of the GNU General Public License
18;; along with GNU Emacs; see the file COPYING. If not, write to
19;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
3 20
4;;; Produce in unsafe-list the set of all functions that may invoke GC. 21;;; Produce in unsafe-list the set of all functions that may invoke GC.
5;;; This expects the Emacs sources to live in emacs-source-directory. 22;;; This expects the Emacs sources to live in emacs-source-directory.
@@ -125,3 +142,4 @@
125 (setq ptr (cdr ptr)))) 142 (setq ptr (cdr ptr))))
126) 143)
127 144
145;;; find-gc.el ends here
diff --git a/lisp/float-sup.el b/lisp/float-sup.el
index f784ef2bf3c..f52832fb3a1 100644
--- a/lisp/float-sup.el
+++ b/lisp/float-sup.el
@@ -1,4 +1,5 @@
1;; Basic editing commands for Emacs 1;;; float-sup.el --- detect absence of floating-point support in Emacs runtime
2
2;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -51,3 +52,4 @@
51 52
52(provide 'lisp-float-type) 53(provide 'lisp-float-type)
53 54
55;;; float-sup.el ends here
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index f65e665d051..36b409d7fac 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -1,4 +1,5 @@
1;; Command to report Emacs bugs to appropriate mailing list. 1;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list.
2
2;; Not fully installed because it can work only on Internet hosts. 3;; Not fully installed because it can work only on Internet hosts.
3;; Copyright (C) 1985 Free Software Foundation, Inc. 4;; Copyright (C) 1985 Free Software Foundation, Inc.
4;; Principal author K. Shane Hartman 5;; Principal author K. Shane Hartman
@@ -37,3 +38,4 @@ Prompts for bug subject. Leaves you in a mail buffer."
37 (insert "\nIn " (emacs-version) "\n\n") 38 (insert "\nIn " (emacs-version) "\n\n")
38 (message (substitute-command-keys "Type \\[mail-send] to send bug report."))) 39 (message (substitute-command-keys "Type \\[mail-send] to send bug report.")))
39 40
41;;; emacsbug.el ends here
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el
index 35be83f2db5..59a21a25708 100644
--- a/lisp/play/blackbox.el
+++ b/lisp/play/blackbox.el
@@ -1,4 +1,5 @@
1; Blackbox game in Emacs Lisp 1;;; blackbox.el --- blackbox game in Emacs Lisp
2
2;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -418,3 +419,5 @@ a reflection."
418 (cond 419 (cond
419 ((equal item (car list)) (cdr list)) 420 ((equal item (car list)) (cdr list))
420 (t (cons (car list) (bb-delete item (cdr list)))))) 421 (t (cons (car list) (bb-delete item (cdr list))))))
422
423;;; blackbox.el ends here
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el
index f33682db749..cfc29d902a0 100644
--- a/lisp/play/dissociate.el
+++ b/lisp/play/dissociate.el
@@ -1,4 +1,5 @@
1;; Scramble text amusingly for Emacs. 1;;; dissociate.el --- scramble text amusingly for Emacs.
2
2;; Copyright (C) 1985 Free Software Foundation, Inc. 3;; Copyright (C) 1985 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -86,3 +87,5 @@ Default is 2."
86 (goto-char 1) 87 (goto-char 1)
87 (funcall search-function overlap opoint t)))))) 88 (funcall search-function overlap opoint t))))))
88 (sit-for 0)))) 89 (sit-for 0))))
90
91;;; dissociate.el ends here
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el
index 74d6efc4c2d..0cb5dc9327b 100644
--- a/lisp/play/doctor.el
+++ b/lisp/play/doctor.el
@@ -1,4 +1,5 @@
1;; Psychological help for frustrated users. 1;;; doctor.el --- psychological help for frustrated users.
2
2;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -1608,3 +1609,5 @@ Hack on previous word, setting global variable OWNER to correct result."
1608 (interactive) 1609 (interactive)
1609 (insert "Mein fuhrer!!\n") 1610 (insert "Mein fuhrer!!\n")
1610 (doctor-read-print)) 1611 (doctor-read-print))
1612
1613;;; doctor.el ends here
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el
index 6ef6e5ff83a..55202cd63aa 100644
--- a/lisp/progmodes/asm-mode.el
+++ b/lisp/progmodes/asm-mode.el
@@ -1,4 +1,5 @@
1;; Mode for editing assembler code 1;;; asm-mode.el --- Mode for editing assembler code
2
2;; Copyright (C) 1991 Free Software Foundation, Inc. 3;; Copyright (C) 1991 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el
index 7b70f82b748..61cd531e9d2 100644
--- a/lisp/progmodes/awk-mode.el
+++ b/lisp/progmodes/awk-mode.el
@@ -1,4 +1,5 @@
1;; C code editing commands for Emacs 1;;; awk-mode.el --- AWK code editing commands for Emacs
2
2;; Copyright (C) 1988 Free Software Foundation, Inc. 3;; Copyright (C) 1988 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -81,3 +82,5 @@ with no args, if that value is non-nil."
81 (make-local-variable 'comment-indent-hook) 82 (make-local-variable 'comment-indent-hook)
82 (setq comment-indent-hook 'c-comment-indent) 83 (setq comment-indent-hook 'c-comment-indent)
83 (run-hooks 'awk-mode-hook)) 84 (run-hooks 'awk-mode-hook))
85
86;;; awk-mode.el ends here
diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el
index ef3319c9e00..c5ed38bf5e8 100644
--- a/lisp/progmodes/c-mode.el
+++ b/lisp/progmodes/c-mode.el
@@ -1,4 +1,5 @@
1;; C code editing commands for Emacs 1;;; c-mode.el --- C code editing commands for Emacs
2
2;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -1062,3 +1063,5 @@ Available styles are GNU, K&R, BSD and Whitesmith."
1062 (while vars 1063 (while vars
1063 (set (car (car vars)) (cdr (car vars))) 1064 (set (car (car vars)) (cdr (car vars)))
1064 (setq vars (cdr vars))))) 1065 (setq vars (cdr vars)))))
1066
1067;;; c-mode.el ends here
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el
index f60c2254f5a..431fa13cf1f 100644
--- a/lisp/progmodes/cmacexp.el
+++ b/lisp/progmodes/cmacexp.el
@@ -1,4 +1,5 @@
1;; C macro expansion 1;;; cmacexp.el --- C macro expansion
2
2;; Copyright (C) 1988 Free Software Foundation, Inc. 3;; Copyright (C) 1988 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -82,3 +83,5 @@ and macros to predefine."
82 (while (eolp) (delete-char 1)) 83 (while (eolp) (delete-char 1))
83 (delete-region (point-min) (point))) 84 (delete-region (point-min) (point)))
84 (display-buffer outbuf))) 85 (display-buffer outbuf)))
86
87;;; cmacexp.el ends here
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el
index f5082895e1e..1de2e826c39 100644
--- a/lisp/progmodes/cplus-md.el
+++ b/lisp/progmodes/cplus-md.el
@@ -1,4 +1,5 @@
1;; C++ code editing commands for Emacs 1;;; c++-mode.el --- C++ code editing commands for Emacs
2
2;; 1987 Dave Detlefs (dld@cs.cmu.edu) 3;; 1987 Dave Detlefs (dld@cs.cmu.edu)
3;; and Stewart Clamen (clamen@cs.cmu.edu). 4;; and Stewart Clamen (clamen@cs.cmu.edu).
4;; Done by fairly faithful modification of: 5;; Done by fairly faithful modification of:
@@ -964,3 +965,5 @@ If non-nil, use `c++-defun-header-strong'.")
964 (next-line 1) 965 (next-line 1)
965 (beginning-of-line 1))) 966 (beginning-of-line 1)))
966 (goto-char restore))) 967 (goto-char restore)))
968
969;;; c++-mode.el ends here
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 3b74be87cc6..c7daec726ee 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -1,4 +1,5 @@
1;; Tags facility for Emacs. 1;;; etags.el --- tags facility for Emacs.
2
2;; Copyright (C) 1985, 1986, 1988 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1988 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -351,7 +352,6 @@ unless it has one in the tag table."
351 (terpri) 352 (terpri)
352 (forward-line 1))))) 353 (forward-line 1)))))
353 354
354;; etags.el ends here
355
356(provide 'etags) 355(provide 'etags)
357 356
357;;; etags.el ends here
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el
index f3e3ce606d1..98299190f49 100644
--- a/lisp/progmodes/inf-lisp.el
+++ b/lisp/progmodes/inf-lisp.el
@@ -1,4 +1,5 @@
1;;; -*-Emacs-Lisp-*- cmulisp.el 1;;; cmulisp.el --- improved version of standard inferior-lisp mode
2
2;;; Copyright Olin Shivers (1988). 3;;; Copyright Olin Shivers (1988).
3;;; Please imagine a long, tedious, legalistic 5-page gnu-style copyright 4;;; Please imagine a long, tedious, legalistic 5-page gnu-style copyright
4;;; notice appearing here to the effect that you may use this code any 5;;; notice appearing here to the effect that you may use this code any
@@ -600,3 +601,4 @@ This is a good place to put keybindings.")
600 601
601(provide 'cmulisp) 602(provide 'cmulisp)
602 603
604;;; cmulisp.el ends here
diff --git a/lisp/term/bg-mouse.el b/lisp/term/bg-mouse.el
index 8e3a546709a..c08ed9ed28d 100644
--- a/lisp/term/bg-mouse.el
+++ b/lisp/term/bg-mouse.el
@@ -1,4 +1,5 @@
1;; GNU Emacs code for BBN Bitgraph mouse. 1;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse.
2
2;; Copyright (C) Free Software Foundation, Inc. Oct 1985. 3;; Copyright (C) Free Software Foundation, Inc. Oct 1985.
3;; Time stamp <89/03/21 14:27:08 gildea> 4;; Time stamp <89/03/21 14:27:08 gildea>
4 5
@@ -302,3 +303,4 @@ X and Y are 0-based character positions on the screen."
302 303
303(provide 'bg-mouse) 304(provide 'bg-mouse)
304 305
306;;; bg-mouse.el ends here
diff --git a/lisp/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el
index 14ef2045a7b..8c7c38c4c31 100644
--- a/lisp/textmodes/bib-mode.el
+++ b/lisp/textmodes/bib-mode.el
@@ -1,4 +1,5 @@
1;; bib-mode, major mode for editing bib files. 1;;; bib-mode.el --- bib-mode, major mode for editing bib files.
2
2;; Copyright (C) 1989 Free Software Foundation, Inc. 3;; Copyright (C) 1989 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -232,3 +233,4 @@ in the title).")
232 233
233(provide 'bib-mode) 234(provide 'bib-mode)
234 235
236;;; bib-mode.el ends here
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index d008fe99b3c..4579760d9bb 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -1,4 +1,5 @@
1;;; BibTeX mode for GNU Emacs 1;;; bibtex.el --- BibTeX mode for GNU Emacs
2
2;; Copyright (C) 1985, 1986, 1987, 1990 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1987, 1990 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -1098,7 +1099,6 @@ an undefined location.
1098 1099
1099)) ; matches (if... 1100)) ; matches (if...
1100 1101
1101;;; ------------- end bibtex-mode.el ------------------------------- 1102(provide 'bibtex)
1102
1103(provide 'bibtex)(provide 'bibtex)
1104 1103
1104;;; bibtex.el ends here
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 7ea751f9a37..9940d59ea9d 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -1,4 +1,5 @@
1;; Fill commands for Emacs 1;;; fill.el --- fill commands for Emacs
2
2;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
@@ -285,3 +286,5 @@ MAIL-FLAG for a mail message, i. e. don't fill header lines."
285 (let ((had-newline (bolp))) 286 (let ((had-newline (bolp)))
286 (fill-region-as-paragraph start (point) justifyp) 287 (fill-region-as-paragraph start (point) justifyp)
287 (or had-newline (delete-char -1)))))))) 288 (or had-newline (delete-char -1))))))))
289
290;;; fill.el ends here \ No newline at end of file