From 51af1aa2334ddfd4cc870ede9a2e1bf6de294bf0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 3 Apr 2013 20:42:10 -0700 Subject: [PATCH] * lisp/electric.el (electric-pair-inhibit-predicate): Add :version. --- lisp/ChangeLog | 4 ++++ lisp/electric.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f033f175c..61a674c836 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-04-04 Glenn Morris + + * electric.el (electric-pair-inhibit-predicate): Add :version. + 2013-04-04 Stefan Monnier * emacs-lisp/package.el (package-compute-transaction): Fix ordering diff --git a/lisp/electric.el b/lisp/electric.el index 7dab2da2b7..86997d4aac 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -308,6 +308,7 @@ This can be convenient for people who find it easier to hit ) than C-f." The function is called with a single char (the opening char just inserted). If it returns non-nil, then `electric-pair-mode' will not insert a matching closer." + :version "24.4" :type '(choice (const :tag "Default" electric-pair-default-inhibit) (const :tag "Always pair" ignore) -- 2.20.1