]> code.delx.au - gnu-emacs/commitdiff
* lisp/electric.el (electric-pair-inhibit-predicate): Add :version.
authorGlenn Morris <rgm@gnu.org>
Thu, 4 Apr 2013 03:42:10 +0000 (20:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 4 Apr 2013 03:42:10 +0000 (20:42 -0700)
lisp/ChangeLog
lisp/electric.el

index 1f033f175c5e0e794faffe4958f1aa6fde3c762b..61a674c836ea8a24cef90e806766415d1a9ad8c1 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-04  Glenn Morris  <rgm@gnu.org>
+
+       * electric.el (electric-pair-inhibit-predicate): Add :version.
+
 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/package.el (package-compute-transaction): Fix ordering
index 7dab2da2b7de47bacb050950385b7c49f2cc0023..86997d4aac7259f6e2a7737df3a12fc5d3468979 100644 (file)
@@ -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)