diff options
author | Taylor R Campbell <campbell@mumble.net> | 2014-12-06 17:37:08 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2014-12-06 17:42:16 +0000 |
commit | 82bb75ceb2ddc272d6618d94874b7fc13181a409 (patch) | |
tree | 0a80c85308e30d401279a60761fdf13365d49a21 | |
parent | ad27e6419cc3a48b11c51c0d1caa6b06d57f92d9 (diff) |
-rw-r--r-- | paredit.el | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -3,14 +3,10 @@ ;; Copyright (C) 2005--2014 Taylor R. Campbell ;; Author: Taylor R. Campbell -;; Version: 24 (beta) +;; Version: 24 ;; 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 @@ -123,7 +119,7 @@ ;;; This assumes Unix-style LF line endings. (defconst paredit-version 24) -(defconst paredit-beta-p t) +(defconst paredit-beta-p nil) (eval-and-compile |