* lisp/electric.el (electric-pair-inhibit-predicate): Add :version.
This commit is contained in:
parent
b208ebc6e7
commit
51af1aa233
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue