diff options
author | Taylor R Campbell <campbell@paredit.org> | 2022-11-25 22:54:26 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@paredit.org> | 2022-11-25 22:54:26 +0000 |
commit | 642b678e9a754f230253e2ee40d23faf7e877c2a (patch) | |
tree | 597de331a6a9efacceb3c73c8d5bcbf7438e0059 /paredit.el | |
parent | 506799bcd200a8140dd73b02f7542ac7e1f4c223 (diff) |
Diffstat (limited to 'paredit.el')
-rw-r--r-- | paredit.el | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -3,14 +3,10 @@ ;; Copyright (C) 2005--2022 Taylor R. Campbell ;; Author: Taylor R. Campbell <campbell@paredit.org> -;; Version: 25beta +;; Version: 25 ;; 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 @@ -127,7 +123,7 @@ ;;; This assumes Unix-style LF line endings. (defconst paredit-version 25) -(defconst paredit-beta-p t) +(defconst paredit-beta-p nil) (eval-and-compile |