index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
elec-pair.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-14
1
-1
/
+1
|
\
|
*
; Fix typos: prefer American spelling
Stefan Kangas
2022-07-13
1
-1
/
+1
*
|
lisp/elec-pair.el: Simplify last change
Stefan Monnier
2022-07-03
1
-44
/
+40
*
|
elec-pair: Fix bug incorrectly hiding syntax-propertize-function
Allen Li
2022-07-03
1
-39
/
+47
*
|
; Fix typos.
Stefan Kangas
2022-07-02
1
-2
/
+2
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-06-27
1
-1
/
+1
|
\
|
|
*
; elec-pair: Fix docstring typo (bug#56233)
Allen Li
2022-06-26
1
-1
/
+1
*
|
Audit quoting the quote character in doc strings
Lars Ingebrigtsen
2022-04-22
1
-1
/
+1
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Remove redundant #' before lambda
Stefan Kangas
2021-10-21
1
-39
/
+39
|
/
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-1
/
+1
*
Add docstring for 'electric-pair-p-s-i-f' and minor refactor
João Távora
2021-09-21
1
-12
/
+41
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-2
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Spelling fixes
Paul Eggert
2019-12-09
1
-1
/
+1
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-3
/
+3
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-2
/
+1
*
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-1
/
+2
*
* lisp/subr.el (add-hook): Turn `append` into `depth` (bug#35508)
Stefan Monnier
2019-05-29
1
-10
/
+9
*
* lisp/elec-pair.el: Do modify+undo more carefully
Stefan Monnier
2019-02-18
1
-14
/
+19
*
Adjust previous electric.el and elec-pair.el change
João Távora
2019-01-25
1
-4
/
+24
*
electric-layout-mode kicks in before electric-pair-mode
João Távora
2019-01-22
1
-8
/
+12
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-1
/
+1
*
|
Optionally add argument description in minor mode DOC (bug#10754)
John Shahid
2018-07-01
1
-3
/
+0
*
|
Electric-pair-mode lets modes choose how to skip whitespace
João Távora
2018-06-19
1
-2
/
+9
|
/
*
Improve documentation of 'electric-pair-mode'
Eli Zaretskii
2018-02-17
1
-2
/
+5
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Don't mess up syntax-ppss cache in electric-pair (Bug#29710)
Noam Postavsky
2017-12-16
1
-3
/
+22
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Fix default value of electric-pair-pairs and electric-pair-text-pairs
João Távora
2017-08-18
1
-6
/
+6
*
* lisp/elec-pair.el (electric-pair-text-pairs): Don't autoload (Bug#24901).
Noam Postavsky
2017-08-18
1
-1
/
+0
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Add support for curly quotation marks to electric-pair-mode
Reuben Thomas
2016-12-02
1
-2
/
+6
|
/
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Address some compilation warnings.
Glenn Morris
2015-06-16
1
-1
/
+1
*
* lisp/elec-pair.el (electric-pair-post-self-insert-function): Do not use `ch...
Tom Willemse
2015-04-18
1
-1
/
+2
*
New `electric-pair-local-mode'
Tom Willemse
2015-03-28
1
-1
/
+15
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Fix bug in Electric Pair mode
João Távora
2014-04-13
1
-5
/
+4
*
Spelling fixes.
Paul Eggert
2014-04-10
1
-1
/
+1
*
Improve on previous quote autopairing change
João Távora
2014-04-07
1
-19
/
+36
*
Inhibit quote autopairing more frequently
João Távora
2014-04-07
1
-13
/
+14
*
Fix electric-pair-delete-adjacent-pairs in modes binding backspace.
João Távora
2014-04-07
1
-36
/
+26
*
Fix electric-pair-skip-whitespace with quotes in text-mode
João Távora
2014-04-07
1
-4
/
+6
*
lisp/elec-pair.el: Fix typos.
Juanma Barranquero
2014-02-23
1
-23
/
+22
[next]