diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f033f175c5..61a674c836e 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 7dab2da2b7d..86997d4aac7 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)