summaryrefslogtreecommitdiff
path: root/lisp/electric.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-04-03 20:42:10 -0700
committerGlenn Morris <rgm@gnu.org>2013-04-03 20:42:10 -0700
commit51af1aa2334ddfd4cc870ede9a2e1bf6de294bf0 (patch)
treeea47e3aca3da72813d5417b8ff14bc08a04d8a59 /lisp/electric.el
parentb208ebc6e75d2dd78fa8b3d5dc6548215b0d3ef4 (diff)
downloademacs-51af1aa2334ddfd4cc870ede9a2e1bf6de294bf0.tar.gz
* lisp/electric.el (electric-pair-inhibit-predicate): Add :version.
Diffstat (limited to 'lisp/electric.el')
-rw-r--r--lisp/electric.el1
1 files changed, 1 insertions, 0 deletions
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)