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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't quote lambdas in several places
Stefan Kangas
2020-11-12
1
-4
/
+4
*
Remove mention of `edebug-on-signal' from a doc string
Lars Ingebrigtsen
2020-11-12
1
-1
/
+0
*
Remove redundant installation instructions
Stefan Kangas
2020-11-12
1
-1
/
+0
*
shortdoc: prefer seq-contains-p over seq-contains
Brian Leung
2020-11-09
1
-2
/
+2
*
Fix pcase rx form snag with '?' and '??' (bug#44532)
Mattias Engdegård
2020-11-09
1
-1
/
+1
*
Clarify Lisp warning about elements following other expressions
Lars Ingebrigtsen
2020-11-09
1
-2
/
+2
*
* lisp/emacs-lisp/lisp-mode.el: Avoid false-positive "hidden arg" in strings
Stefan Monnier
2020-11-07
1
-2
/
+5
*
Improve display of tabulated list header line labels (bug#44068)
Stephen Berman
2020-11-04
2
-16
/
+22
*
* lisp-mode.el: Fix missing highlight of "hidden" string arg
Stefan Monnier
2020-11-04
1
-2
/
+4
*
Improve ert-resource-directory docstring
Stefan Kangas
2020-11-03
1
-9
/
+10
*
Merge from origin/emacs-27
Glenn Morris
2020-11-02
1
-1
/
+2
|
\
|
*
Improve reproducibility of generated -pkg.el files
Glenn Morris
2020-10-30
1
-1
/
+2
*
|
Partially revert previous define-minor-mode change
Lars Ingebrigtsen
2020-11-02
1
-6
/
+4
*
|
* lisp/emacs-lisp/easy-mmode.el (easy-mmode--arg-docstring): Doc typo.
Glenn Morris
2020-11-01
1
-1
/
+1
*
|
Add missing side-effect-free and error-free properties
Mattias Engdegård
2020-11-01
1
-8
/
+10
*
|
* lisp/emacs-lisp/byte-opt.el (pure-fns): Fix typos.
Mattias Engdegård
2020-11-01
1
-2
/
+2
*
|
Make minor mode ARG work as documented
Lars Ingebrigtsen
2020-11-01
1
-9
/
+19
*
|
Doc string clarification for cl-some
Lars Ingebrigtsen
2020-11-01
1
-2
/
+5
*
|
'assoc' is not side-effect-free; constprop its pure subset
Mattias Engdegård
2020-10-31
1
-6
/
+8
*
|
Trim and explain set of safe forms for 'unsafep' (bug#44018)
Mattias Engdegård
2020-10-31
1
-4
/
+28
*
|
Shoosh byte-compilation warning in lisp/emacs-lisp/eldoc.el
João Távora
2020-10-30
1
-2
/
+3
*
|
Don't make ElDoc doc buffer visible in buffer list by default
João Távora
2020-10-30
1
-18
/
+30
*
|
Clarify point position after text-property-search
Stefan Kangas
2020-10-30
1
-6
/
+6
*
|
Make list-timers do sub-second times
Lars Ingebrigtsen
2020-10-30
1
-2
/
+3
*
|
; Remove spurious FIXMEs in my last commit
Stefan Kangas
2020-10-30
1
-2
/
+0
*
|
Add shortdoc navigation commands
Stefan Kangas
2020-10-30
1
-3
/
+53
*
|
; * lisp/emacs-lisp/shortdoc.el (regexp): less contrived rx example
Mattias Engdegård
2020-10-28
1
-1
/
+1
*
|
Run substitute-command-keys on shortdoc section headings
Stefan Kangas
2020-10-28
1
-1
/
+1
*
|
Extend the regexp shortdoc group
Stefan Kangas
2020-10-28
1
-10
/
+34
*
|
Display times in a more human-readable way in list-timers
Lars Ingebrigtsen
2020-10-28
1
-18
/
+19
*
|
ERT: escape control characters in pretty-printed error output
Mattias Engdegård
2020-10-27
1
-1
/
+2
*
|
Don't leak result of nested byte-compilation to outer level
Paul Pogonyshev
2020-10-27
1
-2
/
+1
*
|
Make the -modes variable autoloaded
Lars Ingebrigtsen
2020-10-26
1
-19
/
+19
*
|
Implement a :predicate parameter for globalized minor modes
Lars Ingebrigtsen
2020-10-26
1
-19
/
+86
*
|
Tweak how shortdocs are displayed
Lars Ingebrigtsen
2020-10-26
1
-16
/
+18
*
|
Revert "Don't consider play-sound-file to be a 'safe' function (bug#44018)"
Mattias Engdegård
2020-10-26
1
-1
/
+1
*
|
Don't consider play-sound-file to be a 'safe' function (bug#44018)
Mattias Engdegård
2020-10-26
1
-1
/
+1
*
|
Add section "Replacing Match" to the regexp shortdoc group
Stefan Kangas
2020-10-25
1
-0
/
+7
*
|
Remove some Emacs 19 compat code and references
Stefan Kangas
2020-10-25
1
-9
/
+8
*
|
Fix problem when replacing the final char in checkdoc
Lars Ingebrigtsen
2020-10-25
1
-1
/
+1
*
|
Add shortdoc group for alist
Stefan Kangas
2020-10-25
1
-0
/
+39
*
|
Add shortdoc group for hash-table
Stefan Kangas
2020-10-25
1
-0
/
+31
*
|
Rework semantics of eldoc-echo-are-use-multiline-p
João Távora
2020-10-24
1
-57
/
+61
*
|
Rename ElDoc user option controlling display of truncation notice
João Távora
2020-10-24
1
-3
/
+3
*
|
Rework eldoc-echo-area-prefer-doc-buffer (bug#42532)
João Távora
2020-10-24
1
-14
/
+25
*
|
Introduce eldoc-display-functions
João Távora
2020-10-24
1
-111
/
+157
*
|
Revert "Use lexical-binding in bindat.el"
Stefan Kangas
2020-10-24
1
-85
/
+89
*
|
Use lexical-binding in copyright.el and add tests
Stefan Kangas
2020-10-24
1
-8
/
+1
*
|
* lisp/emacs-lisp/pcase.el: Add "extensions" to keyword header.
Stefan Kangas
2020-10-23
1
-1
/
+1
*
|
; * lisp/emacs-lisp/bindat.el (bindat-unpack): Fix typo.
Stefan Kangas
2020-10-21
1
-1
/
+1
[next]