From c655f5c4fd8f241ec965255965c000f2fd3535b3 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 9 Oct 2010 18:01:43 +0000 Subject: Change header and footer to conform to elisp guidelines. Ignore-this: ef08009b23ee11fdcbdaf0bd364af57 darcs-hash:20101009180143-00fcc-34a37b8c46e54c4227569020ad757abd12d714f8 --- paredit.el | 54 +++++++++++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 23 deletions(-) (limited to 'paredit.el') diff --git a/paredit.el b/paredit.el index f32ae46..0318f9d 100644 --- a/paredit.el +++ b/paredit.el @@ -1,26 +1,28 @@ -;;; -*- Mode: Emacs-Lisp; outline-regexp: " \n;;;;+" -*- - -;;;;;; Paredit: Parenthesis-Editing Minor Mode -;;;;;; Version 22 (beta) - -;;; NOTE: THIS IS A BETA VERSION OF PAREDIT. USE AT YOUR OWN RISK. -;;; THIS FILE IS SUBJECT TO CHANGE, AND NOT SUITABLE FOR DISTRIBUTION -;;; BY PACKAGE MANAGERS SUCH AS APT, PKGSRC, MACPORTS, &C. - -;;; Copyright (c) 2005--2010, Taylor R. Campbell -;;; -;;; Paredit 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 3 of the License, or -;;; (at your option) any later version. -;;; -;;; Paredit 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 paredit. If not, see . +;;; paredit.el --- minor mode for editing parentheses -*- Mode: Emacs-Lisp -*- + +;; Copyright (C) 2005--2010 Taylor R. Campbell + +;; Author: Taylor R. Campbell +;; Version: 22 (beta) +;; Created: 2005-07-31 +;; Keywords: lisp + +;; NOTE: THIS IS A BETA VERSION OF PAREDIT. USE AT YOUR OWN RISK. +;; THIS FILE IS SUBJECT TO CHANGE, AND NOT SUITABLE FOR DISTRIBUTION +;; BY PACKAGE MANAGERS SUCH AS APT, PKGSRC, MACPORTS, &C. + +;; Paredit 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 3 of the License, or +;; (at your option) any later version. +;; +;; Paredit 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 paredit. If not, see . ;;; This file is permanently stored at ;;; . @@ -2510,3 +2512,9 @@ If no parse state is supplied, compute one from the beginning of the (paredit-annotate-functions-with-examples) (provide 'paredit) + +;;; Local Variables: +;;; outline-regexp: " \n;;;;+" +;;; End: + +;;; paredit.el ends here -- cgit v1.2.1