From 5814274441e07c578c67f33a13e018abb9acfc14 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 22 Jul 1992 02:58:48 +0000 Subject: [PATCH] entered into RCS --- lisp/emacs-lisp/copyright.el | 7 ++++--- lisp/emacs-lisp/tq.el | 24 +++++++++++++++++++++--- lisp/emulation/mlsupport.el | 7 +++---- lisp/emulation/vi.el | 1 - lisp/emulation/vip.el | 1 - lisp/emulation/ws-mode.el | 5 ++--- lisp/international/swedish.el | 5 +++-- lisp/mail/undigest.el | 7 +++---- lisp/play/spook.el | 7 +++---- lisp/play/studly.el | 5 ++--- lisp/play/yow.el | 7 +++---- lisp/progmodes/make-mode.el | 4 ++-- lisp/progmodes/modula2.el | 1 - lisp/progmodes/simula.el | 4 ++-- lisp/sun-fns.el | 7 +++---- lisp/sun-keys.el | 5 ++--- lisp/superyank.el | 19 ++++++++++++++++++- lisp/tabify.el | 5 ++--- lisp/telnet.el | 5 ++--- lisp/term/sun-mouse.el | 5 ++--- lisp/term/sup-mouse.el | 5 ++--- lisp/textmodes/spell.el | 5 ++--- lisp/textmodes/texinfmt.el | 5 ++--- lisp/textmodes/texnfo-upd.el | 5 ++--- lisp/textmodes/text-mode.el | 5 ++--- lisp/textmodes/underline.el | 7 +++---- lisp/time.el | 5 ++--- lisp/uncompress.el | 5 ++--- lisp/userlock.el | 7 +++---- lisp/vmsproc.el | 5 ++--- lisp/vmsx.el | 5 ++--- lisp/vt100-led.el | 4 ++-- lisp/window.el | 5 ++--- lisp/x-menu.el | 3 --- 34 files changed, 105 insertions(+), 97 deletions(-) diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 7f33a7e6351..95e76493835 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -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 -;; 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) diff --git a/lisp/emacs-lisp/tq.el b/lisp/emacs-lisp/tq.el index 3ae320b3604..4c356fe5173 100644 --- a/lisp/emacs-lisp/tq.el +++ b/lisp/emacs-lisp/tq.el @@ -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 ;; 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 diff --git a/lisp/emulation/mlsupport.el b/lisp/emulation/mlsupport.el index 91c62a50d3f..3cbe0b099f3 100644 --- a/lisp/emulation/mlsupport.el +++ b/lisp/emulation/mlsupport.el @@ -1,11 +1,10 @@ ;;; mlsupport.el --- run-time support for mocklisp code. -;; Maintainer: FSF -;; Last-Modified: 16 Mar 1992 -;; Keywords: extensions - ;; Copyright (C) 1985 Free Software Foundation, Inc. +;; Maintainer: FSF +;; Keywords: extensions + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el index 3ac64a04bbb..00b2debbe4e 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el @@ -2,7 +2,6 @@ ;; Author: Neal Ziring ;; Felix S. T. Wu -;; Last-Modified: 07 Jan 1987 ;; Keywords: emulations ;;; Commentary: diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index 6b38425d782..f26365bf706 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el @@ -2,7 +2,6 @@ ;; Author: Masahiko Sato ;; Version: 3.5 -;; Last-Modified: 15 Sep 1987 ;; Keywords: emulations ;;; Commentary: diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el index ecd740c5869..c36ccb76964 100644 --- a/lisp/emulation/ws-mode.el +++ b/lisp/emulation/ws-mode.el @@ -1,12 +1,11 @@ ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs +;; Copyright (C) 1991 Free Software Foundation, Inc. + ;; Author: Juergen Nickelsen -;; 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 diff --git a/lisp/international/swedish.el b/lisp/international/swedish.el index 865a6f16edd..f3dd69163c0 100644 --- a/lisp/international/swedish.el +++ b/lisp/international/swedish.el @@ -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. diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index 9680c95e32d..a230e75754f 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el @@ -1,11 +1,10 @@ ;;; undigest.el --- digest-cracking support for the RMAIL mail reader -;; Maintainer: FSF -;; Last-Modified: 14 Jul 1992 -;; Keywords: mail - ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. +;; Maintainer: FSF +;; Keywords: mail + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/play/spook.el b/lisp/play/spook.el index 86beefdaac6..6ec0f454a1f 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el @@ -1,11 +1,10 @@ ;;; spook.el --- spook phrase utility for overloading the NSA line eater -;; Maintainer: FSF -;; Last-Modified: 05 Dec 1991 -;; Keywords: games - ;; Copyright (C) 1988 Free Software Foundation, Inc. +;; Maintainer: FSF +;; Keywords: games + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/play/studly.el b/lisp/play/studly.el index 23509fc90ab..1f215003c96 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el @@ -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) diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 3a091fc8bbb..e226f74db2a 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el @@ -1,11 +1,10 @@ ;;; yow.el --- generate random zippyisms -;; Maintainer: FSF -;; Last-Modified: 14 Jun 1992 -;; Keywords: games - ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. +;; Maintainer: FSF +;; Keywords: games + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 2a554728d69..b8e19e48e19 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -1,13 +1,13 @@ ;;; makefile.el --- makefile editing commands for Emacs +;; Copyright (C) 1992 Free Software Foundation, Inc. + ;; Author: Thomas Neumann ;; 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 diff --git a/lisp/progmodes/modula2.el b/lisp/progmodes/modula2.el index ebb1ca6a554..2a84787c8d6 100644 --- a/lisp/progmodes/modula2.el +++ b/lisp/progmodes/modula2.el @@ -2,7 +2,6 @@ ;; Author: Michael Schmidt ;; Tom Perrine -;; Last-Modified: 30 May 1992 ;; Keywords: languages ;; The authors distributed this without a copyright notice diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index 498c993cb7b..97404a4da22 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -1,13 +1,13 @@ ;;; simula.el --- SIMULA 87 code editing commands for Emacs +;; Copyright (C) 1992 Free Software Foundation, Inc. + ;; Author: Hans Henrik Eriksen ;; 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 diff --git a/lisp/sun-fns.el b/lisp/sun-fns.el index 467001d0445..340009580f3 100644 --- a/lisp/sun-fns.el +++ b/lisp/sun-fns.el @@ -1,11 +1,10 @@ ;;; sun-fns.el --- subroutines of Mouse handling for Sun windows -;; Author: Jeff Peck -;; Last-Modified: 14 Aug 1987 -;; Keywords: hardware - ;; Copyright (C) 1987 Free Software Foundation, Inc. +;; Author: Jeff Peck +;; Keywords: hardware + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/sun-keys.el b/lisp/sun-keys.el index e8bf2f32e8c..f91abc2063f 100644 --- a/lisp/sun-keys.el +++ b/lisp/sun-keys.el @@ -1,11 +1,10 @@ ;;; sun-keys.el --- support for Sun function keys +;;; Copyright (C) 1986 Free Software Foundation, Inc. + ;; Author: Ian G. Batten -;; 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 diff --git a/lisp/superyank.el b/lisp/superyank.el index 48edf30a538..7c83885821c 100644 --- a/lisp/superyank.el +++ b/lisp/superyank.el @@ -1,11 +1,28 @@ ;;; superyank.el --- smart message-yanking code for GNUS +;; Copyright (C) 1992 Free Software Foundation, Inc. + ;; Author: Barry A. Warsaw ;; 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 diff --git a/lisp/tabify.el b/lisp/tabify.el index eabaab10a48..cb9508efa3e 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el @@ -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 diff --git a/lisp/telnet.el b/lisp/telnet.el index 18546e99ce3..8a90b74f43e 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el @@ -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. diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el index 2b3dc5d6732..a6227ea3249 100644 --- a/lisp/term/sun-mouse.el +++ b/lisp/term/sun-mouse.el @@ -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 diff --git a/lisp/term/sup-mouse.el b/lisp/term/sup-mouse.el index 9531a3b5781..02f349e52f6 100644 --- a/lisp/term/sup-mouse.el +++ b/lisp/term/sup-mouse.el @@ -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 diff --git a/lisp/textmodes/spell.el b/lisp/textmodes/spell.el index b9033e13dac..b5ed7777540 100644 --- a/lisp/textmodes/spell.el +++ b/lisp/textmodes/spell.el @@ -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 diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 2c433ebee83..b165a48366d 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -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 ;; 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 diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index db70a00c8ec..a739826c4f2 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -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 ;; 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 diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index d13e3326b4e..4ba61200607 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el @@ -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 diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el index f764d4a0985..2f6ef391e06 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el @@ -1,11 +1,10 @@ ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs. -;; Maintainer: FSF -;; Last-Modified: 30 May 1988 -;; Keywords: wp - ;; Copyright (C) 1985 Free Software Foundation, Inc. +;; Maintainer: FSF +;; Keywords: wp + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/time.el b/lisp/time.el index 11ab1cd524a..8f8385937bc 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -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 diff --git a/lisp/uncompress.el b/lisp/uncompress.el index b918c5b1fd8..52e7063a066 100644 --- a/lisp/uncompress.el +++ b/lisp/uncompress.el @@ -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 diff --git a/lisp/userlock.el b/lisp/userlock.el index 16e8ebac474..b79859de614 100644 --- a/lisp/userlock.el +++ b/lisp/userlock.el @@ -1,11 +1,10 @@ ;;; userlock.el --- handle file access contention between multiple users -;; Maintainer: FSF -;; Last-Modified: 26 May 1987 -;; Keywords: internal - ;; Copyright (C) 1985, 1986 Free Software Foundation, inc. +;; Maintainer: FSF +;; Keywords: internal + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/vmsproc.el b/lisp/vmsproc.el index 80f066c9a92..3eb05e8a292 100644 --- a/lisp/vmsproc.el +++ b/lisp/vmsproc.el @@ -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 diff --git a/lisp/vmsx.el b/lisp/vmsx.el index 7716cbb9bff..b3ab41e51f7 100644 --- a/lisp/vmsx.el +++ b/lisp/vmsx.el @@ -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 diff --git a/lisp/vt100-led.el b/lisp/vt100-led.el index fb3d05e5050..93501c72b55 100644 --- a/lisp/vt100-led.el +++ b/lisp/vt100-led.el @@ -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 diff --git a/lisp/window.el b/lisp/window.el index 9cd82d8b0d1..089b4f3b4ff 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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 diff --git a/lisp/x-menu.el b/lisp/x-menu.el index 8d55d875508..0d65ce3e514 100644 --- a/lisp/x-menu.el +++ b/lisp/x-menu.el @@ -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.