comparison lisp/progmodes/make-mode.el @ 841:2cdce064065f

entered into RCS
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 22 Jul 1992 02:58:48 +0000
parents e694e0879463
children 10e417efb12a
comparison
equal deleted inserted replaced
840:113281b361ec 841:2cdce064065f
1 ;;; makefile.el --- makefile editing commands for Emacs 1 ;;; makefile.el --- makefile editing commands for Emacs
2
3 ;; Copyright (C) 1992 Free Software Foundation, Inc.
2 4
3 ;; Author: Thomas Neumann <tom@smart.bo.open.de> 5 ;; Author: Thomas Neumann <tom@smart.bo.open.de>
4 ;; Adapted-By: ESR 6 ;; Adapted-By: ESR
5 ;; Keywords: unix, tools 7 ;; Keywords: unix, tools
6 8
7 ;; $Id: makefile.el,v 1.7.1.17 1992/07/15 20:05:15 tom Exp tom $ 9 ;; $Id: makefile.el,v 1.7.1.17 1992/07/15 20:05:15 tom Exp tom $
8
9 ;; Copyright (C) 1992 Free Software Foundation, Inc.
10 10
11 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
12 12
13 ;; GNU Emacs is free software; you can redistribute it and/or modify 13 ;; GNU Emacs is free software; you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by 14 ;; it under the terms of the GNU General Public License as published by