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/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
*
`narrow-to-defun' fixup
Lennart Borgman
2012-04-11
1
-1
/
+15
*
* lisp/emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
Dmitry Gutov
2012-02-23
1
-3
/
+2
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Silence various byte-compiler warnings.
Stefan Monnier
2011-06-01
1
-3
/
+2
*
* lisp/emacs-lisp/lisp.el (up-list): Fix forward movement.
Stefan Monnier
2011-05-23
1
-6
/
+6
*
Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.
Glenn Morris
2011-05-12
1
-3
/
+3
|
\
|
*
* lisp/emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
Stefan Monnier
2011-05-09
1
-2
/
+3
*
|
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
|
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-1
/
+0
*
|
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Merge changes from emacs-23 branch.
Juanma Barranquero
2010-10-12
1
-43
/
+43
|
\
|
|
*
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point):
Stefan Monnier
2010-10-09
1
-27
/
+27
*
|
* lisp/simple.el (blink-matching-open): Use syntax-class.
Stefan Monnier
2010-09-20
1
-4
/
+8
*
|
Add "Package:" file headers to denote built-in packages.
Chong Yidong
2010-08-29
1
-0
/
+1
*
|
* lisp/emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
Stefan Monnier
2010-08-17
1
-1
/
+7
*
|
Merge from emacs-23
Stefan Monnier
2010-05-08
1
-2
/
+3
|
\
|
|
*
* emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
Glenn Morris
2010-04-20
1
-1
/
+2
*
|
* emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
Stefan Monnier
2010-04-27
1
-3
/
+6
*
|
(lisp-completion-at-point): Try and handle errors.
Stefan Monnier
2010-04-21
1
-10
/
+14
*
|
(lisp-completion-at-point): Complete around point.
Stefan Monnier
2010-04-20
1
-8
/
+16
|
/
[next]