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
*
* 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
*
* lisp/font-lock.el (font-lock-beginning-of-syntax-function): Remove
Stefan Monnier
2015-09-17
1
-2
/
+1
*
Further lisp-complete-symbol related cleanup.
Glenn Morris
2015-05-18
1
-2
/
+3
*
Removes the predicate from lisp-complete-symbol (Bug#20456)
Nicolas Petton
2015-05-16
1
-9
/
+6
*
Push mark before goto-char in jump-to-register and check-parens
Kelly Dean
2015-02-18
1
-1
/
+2
*
Use user-error where error is inappropriate
Kelly Dean
2015-02-18
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
Stefan Monnier
2014-09-26
1
-300
/
+0
*
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
Dmitry Gutov
2014-09-19
1
-12
/
+7
*
Fix bug#18265
Dmitry Gutov
2014-09-19
1
-1
/
+3
*
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
Dmitry Gutov
2014-09-19
1
-98
/
+99
*
Make lisp-completion-at-point more discerning
Dmitry Gutov
2014-09-19
1
-12
/
+71
*
* lisp/emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
Phil Sainty
2014-07-03
1
-4
/
+20
*
Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org
Glenn Morris
2014-05-25
1
-13
/
+23
|
\
|
*
* lisp/emacs-lisp/lisp.el (end-of-defun): Ensure we move.
Stefan Monnier
2014-05-20
1
-13
/
+23
*
|
Make up-list and backward-up-list get out of more spots
Daniel Colascione
2014-04-09
1
-29
/
+87
|
/
*
* lisp/emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
Dmitry Gutov
2014-02-26
1
-2
/
+4
*
* emacs-lisp/lisp.el (up-list): Doc fix.
Lars Ingebrigtsen
2014-02-09
1
-0
/
+10
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
Stefan Monnier
2014-02-06
1
-2
/
+11
*
Define and use `completion-table-merge'
Dmitry Gutov
2014-02-06
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
Stefan Monnier
2013-10-17
1
-0
/
+11
*
* lisp/emacs-lisp/lisp.el (lisp--company-doc-buffer)
Stefan Monnier
2013-08-29
1
-6
/
+67
*
* emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
Glenn Morris
2013-06-13
1
-2
/
+4
*
* lisp.el: Provide completion of locally bound variables in Elisp.
Stefan Monnier
2013-06-03
1
-8
/
+96
*
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't burp at EOB.
Stefan Monnier
2013-05-24
1
-1
/
+1
*
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
Stefan Monnier
2013-05-24
1
-1
/
+5
*
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
Stefan Monnier
2013-04-17
1
-26
/
+54
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
[next]