index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
lisp.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2023-12-03
1
-1
/
+1
*
; * lisp/emacs-lisp/lisp.el (raise-sexp): Fix typo in doc string.
Eli Zaretskii
2023-07-12
1
-1
/
+1
*
Fix doc strings of 'mark-sexp' and 'mark-word'
Eli Zaretskii
2023-05-06
1
-6
/
+16
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
In end-of-defun, terminate early if no further defun exists
Yuan Fu
2022-11-10
1
-9
/
+18
*
; * lisp/emacs-lisp/lisp.el (end-of-defun-moves-to-eol): Doc fix.
Eli Zaretskii
2022-08-06
1
-5
/
+3
*
Add variable end-of-defun-moves-to-eol
Filipp Gunbin
2022-08-05
1
-1
/
+10
*
Remove many items obsolete since 24.1
Stefan Kangas
2022-07-08
1
-8
/
+1
*
; * lisp/emacs-lisp/lisp.el (raise-sexp): Doc fix. (Bug#55788)
Eli Zaretskii
2022-06-06
1
-5
/
+9
*
Further raise-sexp doc string improvement
Lars Ingebrigtsen
2022-06-04
1
-1
/
+1
*
Improve the raise-sexp doc string
Lars Ingebrigtsen
2022-06-04
1
-1
/
+16
*
Make down-list signal an error if called inside a string
Lars Ingebrigtsen
2022-05-06
1
-0
/
+2
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Reformat up-list and backward-up-list doc strings
Lars Ingebrigtsen
2021-09-02
1
-12
/
+20
*
Don't signal scan-error in interactive sexp-based commands
Mattias Engdegård
2021-04-30
1
-115
/
+131
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
New user options 'copy-region-blink-delay' and 'delete-pair-blink-delay'
Juri Linkov
2020-11-15
1
-1
/
+15
*
; * lisp/emacs-lisp/lisp.el: rename parameter in last change
Mattias Engdegård
2020-09-23
1
-28
/
+28
*
Don't signal scan-error when moving by sexp interactively
Mattias Engdegård
2020-09-23
1
-45
/
+95
*
Make delete-pair only delete pairs that are part of insert-pair-alist
martin rudalics
2020-09-22
1
-6
/
+31
*
Revert "Make delete-pair only delete pairs that are part of insert-pair-alist"
Lars Ingebrigtsen
2020-09-18
1
-31
/
+6
*
Make delete-pair only delete pairs that are part of insert-pair-alist
martin rudalics
2020-09-17
1
-6
/
+31
*
Fix (end-of-defun N) for N >= 2
Noam Postavsky
2020-08-11
1
-1
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-3
/
+3
*
(beginning-of-defun-raw): Suppress warning about syntax-begin-function
Lars Ingebrigtsen
2019-06-12
1
-2
/
+3
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
* lisp/emacs-lisp/lisp.el (insert-pair-alist): Turn defvar into defcustom.
Juri Linkov
2019-05-06
1
-9
/
+12
*
* lisp/emacs-lisp/lisp.el (insert-pair-alist): Precompute default value.
Juri Linkov
2019-05-05
1
-1
/
+7
*
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
*
|
* lisp/emacs-lisp/lisp.el (delete-pair): Add optional prefix arg.
Juri Linkov
2018-10-19
1
-5
/
+7
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-09
1
-10
/
+8
|
\
|
|
*
Fix mark-defun when there's no spaces between successive defuns.
Alan Mackenzie
2018-01-06
1
-10
/
+8
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Don't get fooled by open parens in column 0 within strings
Stefan Monnier
2017-12-13
1
-6
/
+12
|
/
*
maint: shorten https://lists.gnu.org/archive/html/... links
Paul Eggert
2017-11-25
1
-3
/
+3
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-10-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Modify `beginning-of-defun-comments'
Noam Postavsky
2017-05-12
1
-8
/
+16
*
* lisp/emacs-lisp/lisp.el (mark-defun): Simplify moving the point.
Noam Postavsky
2017-05-12
1
-7
/
+3
*
Fix Bug#21072 and rework `mark-defun'
Marcin Borkowski
2017-05-12
1
-38
/
+94
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
Doc fix for insert-pair-alist
Lars Ingebrigtsen
2016-05-01
1
-1
/
+5
*
Fix white space in last checkin
Lars Ingebrigtsen
2016-02-24
1
-1
/
+2
*
Make `insert-pair' always leave the cursor where documented
Dima Kogan
2016-02-24
1
-2
/
+4
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
[next]