]> code.delx.au - gnu-emacs/commitdiff
entered into RCS
authorEric S. Raymond <esr@snark.thyrsus.com>
Wed, 22 Jul 1992 02:58:48 +0000 (02:58 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Wed, 22 Jul 1992 02:58:48 +0000 (02:58 +0000)
34 files changed:
lisp/emacs-lisp/copyright.el
lisp/emacs-lisp/tq.el
lisp/emulation/mlsupport.el
lisp/emulation/vi.el
lisp/emulation/vip.el
lisp/emulation/ws-mode.el
lisp/international/swedish.el
lisp/mail/undigest.el
lisp/play/spook.el
lisp/play/studly.el
lisp/play/yow.el
lisp/progmodes/make-mode.el
lisp/progmodes/modula2.el
lisp/progmodes/simula.el
lisp/sun-fns.el
lisp/sun-keys.el
lisp/superyank.el
lisp/tabify.el
lisp/telnet.el
lisp/term/sun-mouse.el
lisp/term/sup-mouse.el
lisp/textmodes/spell.el
lisp/textmodes/texinfmt.el
lisp/textmodes/texnfo-upd.el
lisp/textmodes/text-mode.el
lisp/textmodes/underline.el
lisp/time.el
lisp/uncompress.el
lisp/userlock.el
lisp/vmsproc.el
lisp/vmsx.el
lisp/vt100-led.el
lisp/window.el
lisp/x-menu.el

index 7f33a7e635172a4cfe4b9135686d1539bd338dbf..95e76493835ad91ca731f20e3cb1c3831cff5a9f 100644 (file)
@@ -1,11 +1,12 @@
 ;;; upd-copyr.el --- update the copyright notice in a GNU Emacs Lisp file
 
+;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+
 ;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
-;; Last-Modified: 03 Jun 1991
 ;; Keywords: maint
 
-;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
-;;;
+;;; This file is part of GNU Emacs.
+
 ;;; This program is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
 ;;; the Free Software Foundation; either version 2, or (at your option)
index 3ae320b3604a0826a0cef9d0dd637aeac0c8469b..4c356fe517385011b3c1d91635a72f7b8a5aa01a 100644 (file)
@@ -1,10 +1,28 @@
 ;;; tq.el --- utility to maintain a transaction queue
 
+;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
+
 ;; Author: Scott Draves <spot@cs.cmu.edu>
 ;; Adapted-By: ESR
 ;; Keywords: extensions
 
-;; Commentary:
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs; see the file COPYING.  If not, write to
+;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+
+;;; Commentary:
  
 ;;; manages receiving a stream asynchronously, 
 ;;; parsing it into transactions, and then calling
@@ -18,8 +36,6 @@
 
 ;;; Code:
 
-(provide 'tq)
-
 (defun tq-create (process)
   "Create and return a transaction queue.  PROCESS should be capable
 of sending and receiving streams of bytes.  It may be a local process,
@@ -92,4 +108,6 @@ answer is identified by REGEXP."
            (tq-queue-pop tq)
            (tq-process-buffer tq))))))
 
+(provide 'tq)
+
 ;;; tq.el ends here
index 91c62a50d3f8b343cdec7b2e8dfa3a8c8fb1e410..3cbe0b099f3b75ac825f7dc74ed008a9fd8f097c 100644 (file)
@@ -1,11 +1,10 @@
 ;;; mlsupport.el --- run-time support for mocklisp code.
 
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
 ;; Keywords: extensions
 
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 3ac64a04bbbe73eafddceb33e4482094d4bed8b2..00b2debbe4e2bbd83e4c90d1e4b7aee0fe949b54 100644 (file)
@@ -2,7 +2,6 @@
 
 ;; Author: Neal Ziring <nz@rsch.wisc.edu>
 ;;     Felix S. T. Wu <wu@crys.wisc.edu>
-;; Last-Modified: 07 Jan 1987
 ;; Keywords: emulations
 
 ;;; Commentary: 
index 6b38425d782deaa4256471cf0074e90751be23d1..f26365bf706447ae94757705014a9bc219fefd2b 100644 (file)
@@ -2,7 +2,6 @@
 
 ;; Author: Masahiko Sato <ms@sail.stanford.edu>
 ;; Version: 3.5
-;; Last-Modified: 15 Sep 1987
 ;; Keywords: emulations
 
 ;;; Commentary:
index ecd740c5869c60137134c89579dea3365d928c15..c36ccb7696423abdb4502342937e5f343a324b0b 100644 (file)
@@ -1,12 +1,11 @@
 ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs
 
+;; Copyright (C) 1991 Free Software Foundation, Inc.
+
 ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de>
-;; Last-Modified: 13 Feb 1991
 ;; Version: 0.7
 ;; Keywords: emulations
 
-;; Copyright (C) 1991 Free Software Foundation, Inc.
-
 ;; This file is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY.  No author or distributor
 ;; accepts responsibility to anyone for the consequences of using it
index 865a6f16edd648a380c407591993042ad6f0c815..f3dd69163c0508f9b893dca27ca009cfc8c035c7 100644 (file)
@@ -1,9 +1,10 @@
 ;;; swedish.el --- miscellaneous functions for dealing with Swedish.
 
+;; Copyright (C) 1988 Free Software Foundation, Inc.
+
 ;; Author: Howard Gayle
 ;; Maintainer: FSF
-
-;; Copyright (C) 1988 Free Software Foundation, Inc.
+;; Keywords: i14n
 
 ;; This file is part of GNU Emacs.
 
index 9680c95e32d03e71dbf6054f3cbafb5b962cdb93..a230e75754ff273853cc3bc4dd1c7422caf8faa4 100644 (file)
@@ -1,11 +1,10 @@
 ;;; undigest.el --- digest-cracking support for the RMAIL mail reader
 
+;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 14 Jul 1992
 ;; Keywords: mail
 
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 86beefdaac6c2462efed22af0145767ce88fdfd9..6ec0f454a1f3f7def4704a1c2b4b1d3367947ebf 100644 (file)
@@ -1,11 +1,10 @@
 ;;; spook.el --- spook phrase utility for overloading the NSA line eater
 
+;; Copyright (C) 1988 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 05 Dec 1991
 ;; Keywords: games
 
-;; Copyright (C) 1988 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 23509fc90abcfaf2ea66bd31c0bd77d261610633..1f215003c962877210ebed00d56cdf8442838629 100644 (file)
@@ -1,11 +1,10 @@
 ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx)
 
-;; Maintainer: FSF
-;; Keywords: games
-
 ;;; This is in the public domain, since it was distributed
 ;;; by its author without a copyright notice in 1986.
 
+;; Keywords: games
+
 ;;; Code:
 
 (defun studlify-region (begin end)
index 3a091fc8bbbf862e1554b82012f360e8a0638041..e226f74db2a33c6140f0110190c62fb2f02273d5 100644 (file)
@@ -1,11 +1,10 @@
 ;;; yow.el --- generate random zippyisms
 
+;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 14 Jun 1992
 ;; Keywords: games
 
-;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 2a554728d6978c2ea3df87a56a72a0fd5d37051b..b8e19e48e19e743fbef3b2c6189ffebf345c44ce 100644 (file)
@@ -1,13 +1,13 @@
 ;;; makefile.el --- makefile editing commands for Emacs
 
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+
 ;; Author: Thomas Neumann <tom@smart.bo.open.de>
 ;; Adapted-By: ESR
 ;; Keywords: unix, tools
 
 ;; $Id: makefile.el,v 1.7.1.17 1992/07/15 20:05:15 tom Exp tom $
 
-;; Copyright (C) 1992 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index ebb1ca6a554c1421765386f5bd04ea93b4e79858..2a84787c8d65ac49a63d9cb826f4f2a74319ec8a 100644 (file)
@@ -2,7 +2,6 @@
 
 ;; Author: Michael Schmidt <michael@pbinfo.UUCP> 
 ;;     Tom Perrine <Perrin@LOGICON.ARPA>
-;; Last-Modified: 30 May 1992 
 ;; Keywords: languages
 
 ;; The authors distributed this without a copyright notice
index 498c993cb7b27696a56e3f21e9bc6972a5a67708..97404a4da22c9f68a4b8657a4603108120147d50 100644 (file)
@@ -1,13 +1,13 @@
 ;;; simula.el --- SIMULA 87 code editing commands for Emacs
 
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+
 ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no>
 ;; Maintainer: simula-mode@ifi.uio.no
 ;; Version: 0.99
 ;; Adapted-By: ESR
 ;; Keywords: languages
 
-;; Copyright (C) 1992 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 467001d04455c47c965a6baa78eeece1ba8e91dd..340009580f393cd83f6549f2a6c83a55a2ca2f14 100644 (file)
@@ -1,11 +1,10 @@
 ;;; sun-fns.el --- subroutines of Mouse handling for Sun windows
 
+;; Copyright (C) 1987 Free Software Foundation, Inc.
+
 ;; Author: Jeff Peck <peck@sun.com>
-;; Last-Modified: 14 Aug 1987
 ;; Keywords: hardware
 
-;; Copyright (C) 1987 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index e8bf2f32e8c7a213b01216b24c7c12f2f362285f..f91abc2063f89d0f6887424a0a752fe57b623e08 100644 (file)
@@ -1,11 +1,10 @@
 ;;; sun-keys.el --- support for Sun function keys
 
+;;; Copyright (C) 1986 Free Software Foundation, Inc.
+
 ;; Author: Ian G. Batten <batten@uk.ac.bham.multics>
-;; Last-Modified: 30 May 1992
 ;; Keywords: terminals
 
-;;; Copyright (C) 1986 Free Software Foundation, Inc.
-;;; 
 ;;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 48edf30a5382b3908c6b6c0a1124c9f362f9028d..7c83885821c8ee5237a5c63da1f30ecea63a5b62 100644 (file)
@@ -1,11 +1,28 @@
 ;;; superyank.el --- smart message-yanking code for GNUS
 
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+
 ;; Author: Barry A. Warsaw <warsaw@cme.nist.gov>
 ;; Version: 1.1
-;; Last-Modified: 15 Jul 1992
 ;; Adapted-By: ESR
 ;; Keywords: news
 
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs; see the file COPYING.  If not, write to
+;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+
 ;;; Commentary:
 
 ;; Inserts the message being replied to with various user controlled
index eabaab10a489f8cbb00ba7bc160072905241c8d1..cb9508efa3e790e2ebca7252ddd68900bddf90f3 100644 (file)
@@ -1,10 +1,9 @@
 ;;; tabify.el --- tab conversion commands for Emacs
 
-;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
-
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 18546e99ce31a27b9fcbd378d20419e9bcf6a05d..8a90b74f43e8848f08cfe3d98ceebcfbe97b5a8d 100644 (file)
@@ -1,10 +1,9 @@
 ;;; telnet.el --- run a telnet session from within an Emacs buffer
 
+;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc.
+
 ;; Author: William F. Schelter
 ;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
-
-;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 2b3dc5d6732e815af9bf2912c3368d06147bcd4c..a6227ea324986d5d8ab07aafd9bbf0a97d4dda5a 100644 (file)
@@ -1,12 +1,11 @@
 ;;; sun-mouse.el --- mouse handling for Sun windows
 
+;; Copyright (C) 1987 Free Software Foundation, Inc.
+
 ;; Author: Jeff Peck
 ;; Maintainer: FSF
-;; Last-Modified: 14 Jul 1992
 ;; Keywords: hardware
 
-;; Copyright (C) 1987 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 9531a3b57817cab07ad44936d31663ef9ae3532a..02f349e52f69df23ada2cca920d2eeeca37f0d39 100644 (file)
@@ -1,15 +1,14 @@
 ;;; sup-mouse.el --- supdup mouse support for lisp machines
 
+;; Copyright (C) Free Software Foundation 1985, 1986
+
 ;; Author: Wolfgang Rupprecht
 ;; Maintainer: FSF
 ;; Created: 21 Nov 1986
-;; Last-Modified: 16 Mar 1992
 ;; Keywords: hardware
 
 ;;     (from code originally written by John Robinson@bbn for the bitgraph)
 
-;; Copyright (C) Free Software Foundation 1985, 1986
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index b9033e13daccef43e24e531b57ad57123137224e..b5ed777754023b35e67db7a10faf638fba4f8b60 100644 (file)
@@ -1,10 +1,9 @@
 ;;; spell.el --- spelling correction interface for Emacs.
 
-;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
-
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 2c433ebee83b3cc083d3a535c5a971f76fbb3031..b165a48366d4347cfa440b4d353ef8013bf72718 100644 (file)
@@ -1,12 +1,11 @@
 ;;;; texinfmt.el --- convert Texinfo files to Info files.
 
+;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc.
+
 ;; Author: Robert J. Chassell <bob@gnu.ai.mit.edu>
 ;; Version: 2.00
-;; Last-Modified: 14 Dec 1990
 ;; Keywords: tex, help
 
-;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index db70a00c8ec6cfc8bdd88db5591bda6dbe461227..a739826c4f24b162609758ffdb0dda1d53e7592f 100644 (file)
@@ -1,12 +1,11 @@
 ;;; texnfo-upd.el --- a utility for updating nodes and menus in Texinfo files.
 
+;;;; Copyright 1989, 1990, 1992 Free Software Foundation
+
 ;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
 ;; Version: 2.00
-;; Last-Modified: 14 Dec 1990
 ;; Keywords: maint, tex, docs
 
-;;;; Copyright 1989, 1990, 1992 Free Software Foundation
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index d13e3326b4e33b0fba2bbf78a1c669ae023cfb91..4ba612006070e5e75929e165370da3285a546423 100644 (file)
@@ -1,10 +1,9 @@
 ;;; text-mode.el --- text mode, and its idiosyncratic commands.
 
-;; Maintainer: FSF
-;; Last-Modified: 31 Oct 1989
-
 ;; Copyright (C) 1985, 1992 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index f764d4a09859fbb2e9ec5c56be08c1e85e28a130..2f6ef391e06de589face1d62f17fb7462fbb72c5 100644 (file)
@@ -1,11 +1,10 @@
 ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs.
 
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 30 May 1988
 ;; Keywords: wp
 
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 11ab1cd524aad52e13dc96be33f04e2ae0ba02f9..8f8385937bc3619af07153f5c913c126f8d15c7c 100644 (file)
@@ -1,10 +1,9 @@
 ;;; time.el --- display time and load in mode line of Emacs.
 
-;; Maintainer: FSF
-;; Last-Modified: 09 Oct 1990
-
 ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index b918c5b1fd89a6e50a7b6ac86d63c6dd75398850..52e7063a066c6e9bc084d34cdf47a62e1ae0ff62 100644 (file)
@@ -1,10 +1,9 @@
 ;;; uncompress.el --- auto-decompression hook for visiting .Z files
 
-;; Maintainer: FSF
-;; Last-Modified: 30 May 1988
-
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 16e8ebac474a4b2e1bb6aebe8d28d356c535f5f6..b79859de614451a67c9755cb499194448383b13a 100644 (file)
@@ -1,11 +1,10 @@
 ;;; userlock.el --- handle file access contention between multiple users
 
+;; Copyright (C) 1985, 1986 Free Software Foundation, inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 26 May 1987
 ;; Keywords: internal
 
-;; Copyright (C) 1985, 1986 Free Software Foundation, inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 80f066c9a9247280614eecdf54be38a34e966b36..3eb05e8a292481654dcecc7d99550b110613c7c8 100644 (file)
@@ -1,12 +1,11 @@
 ;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs
 
+;; Copyright (C) 1986 Free Software Foundation, Inc.
+
 ;; Author: Mukesh Prasad
 ;; Maintainer: FSF
-;; Last-Modified: 29 Sep 1986
 ;; Keywords: vms
 
-;; Copyright (C) 1986 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 7716cbb9bff825dfd5c2ef8bdba149637ad884fc..b3ab41e51f7d70b76353be5bf2d52c5d835ed175 100644 (file)
@@ -1,12 +1,11 @@
 ;;; vmsx.el --- run asynchronous VMS subprocesses under Emacs
 
+;; Copyright (C) 1986 Free Software Foundation, Inc.
+
 ;; Author: Mukesh Prasad
 ;; Maintainer: FSF
-;; Last-Modified: 29 Sep 1986
 ;; Keywords: vms
 
-;; Copyright (C) 1986 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index fb3d05e505081b2705ba09c6aa52bd135ce6f0c2..93501c72b55507ca7576d2ed5266eb3b14aa1327 100644 (file)
@@ -1,11 +1,11 @@
 ;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones.
 
+;; Copyright (C) 1988 Free Software Foundation, Inc.
+
 ;; Author: Howard Gayle
 ;; Maintainer: FSF
 ;; Keywords: hardware
 
-;; Copyright (C) 1988 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 9cd82d8b0d10d39e8416f2b3b1a30b7b3d38e3b4..089b4f3b4ff24b73c3555f785022d99816595595 100644 (file)
@@ -1,10 +1,9 @@
 ;;; windows.el --- GNU Emacs window commands aside from those written in C.
 
-;; Maintainer: FSF
-;; Last-Modified: 21 Dec 1987
-
 ;;; Copyright (C) 1985, 1989, 1992 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 8d55d875508c7e24921d9d9186a4161d3d524b87..0d65ce3e514753774f9132ca59c234fb9e5ec929 100644 (file)
@@ -1,8 +1,5 @@
 ;;; x-menu.el --- menu support for X 
 
-;; Maintainer: FSF
-;; Last-Modified: 15 Sep 1987
-
 ;; Copyright (C) 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.