diff options
author | Taylor R Campbell <campbell@paredit.org> | 2022-11-26 21:47:28 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@paredit.org> | 2022-11-26 21:47:28 +0000 |
commit | f60220a28c4ab221a1dda85cd8d1b4140236d6f5 (patch) | |
tree | 03f3fb05e0c2fb8e891b5e054530757a39b672b6 | |
parent | 72cc1f6055321a53021186b86d2f825167b81478 (diff) |
paredit.el 27 beta
-rw-r--r-- | paredit.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ ;; Copyright (C) 2005--2022 Taylor R. Campbell ;; Author: Taylor R. Campbell <campbell@paredit.org> -;; Version: 26 +;; Version: 27beta ;; Created: 2005-07-31 ;; Keywords: lisp @@ -122,8 +122,8 @@ ;;; This assumes Unix-style LF line endings. -(defconst paredit-version 26) -(defconst paredit-beta-p nil) +(defconst paredit-version 27) +(defconst paredit-beta-p t) (eval-and-compile |