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
*
; * lisp/emacs-lisp/subr-x.el (string-limit): Clarify doc string.
Eli Zaretskii
2022-07-05
1
-5
/
+4
*
Make some defcustom types more restrictive
Stefan Kangas
2022-07-05
3
-9
/
+9
*
Mention byte order marks in string-limit doc string
Lars Ingebrigtsen
2022-07-05
1
-1
/
+6
*
Add quit-window entry to list-timers menu
Stefan Kangas
2022-07-04
1
-1
/
+2
*
Prefer defvar-keymap in emacs-lisp/*.el
Stefan Kangas
2022-07-04
12
-365
/
+332
*
; remove regexp ambiguity
Mattias Engdegård
2022-07-04
1
-4
/
+4
*
Use substitute-command-keys in Helper-help
Stefan Kangas
2022-07-04
1
-22
/
+22
*
Fix scrolling backwards in Helper-help
Stefan Kangas
2022-07-04
1
-2
/
+4
*
Remove some useless `eval-when-compile`
Mattias Engdegård
2022-07-04
3
-57
/
+49
*
Replace lisp-mode-symbol-regexp with (rx lisp-mode-symbol)
Mattias Engdegård
2022-07-04
3
-30
/
+34
*
Add file-parent-directory function
Daanturo
2022-07-04
1
-0
/
+7
*
Simplify lisp-el-font-lock-keywords-2 definition slightly
Stefan Kangas
2022-07-03
1
-8
/
+6
*
Font lock \\<> and \\{} command substitutions in docstrings
Stefan Kangas
2022-07-03
1
-1
/
+5
*
Make string-limit with encoding return complete glyphs
Lars Ingebrigtsen
2022-07-03
1
-31
/
+52
*
Add new function `seq-split'
Lars Ingebrigtsen
2022-07-03
2
-0
/
+17
*
; Fix typos.
Mattias Engdegård
2022-07-02
1
-1
/
+1
*
Add native-compile-prune-cache command
Lars Ingebrigtsen
2022-07-02
1
-0
/
+24
*
; Fix typos.
Stefan Kangas
2022-07-02
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-02
1
-2
/
+2
|
\
|
*
Doc fixes: don't refer to some obsolete items
Stefan Kangas
2022-06-30
1
-1
/
+1
*
|
Font lock \\`' command substitutions in docstrings
Stefan Kangas
2022-07-02
1
-2
/
+8
*
|
Fix define-obsolete-function-alias formatting in loaddefs-gen.el
Lars Ingebrigtsen
2022-06-30
1
-1
/
+2
*
|
(syntax-wholeline-max): New var
Stefan Monnier
2022-06-30
1
-6
/
+40
*
|
; * lisp/emacs-lisp/rx.el: Don't set indentation prop for `repeat`.
Mattias Engdegård
2022-06-30
1
-2
/
+1
*
|
Don't say that macro-expansion error is a warning
Mattias Engdegård
2022-06-30
2
-2
/
+2
*
|
Don't change indentation rules for `>=` and `=`
Mattias Engdegård
2022-06-30
1
-4
/
+6
*
|
; * lisp/emacs-lisp/testcover.el: Remove duplicate provide.
Stefan Kangas
2022-06-30
1
-1
/
+0
*
|
Make "eager macro-expansion" warning into an error
Lars Ingebrigtsen
2022-06-30
1
-3
/
+3
*
|
Add find-function-setup-keys bindings for find-library commands
Lars Ingebrigtsen
2022-06-30
1
-1
/
+4
*
|
Add provide to testcover
Lars Ingebrigtsen
2022-06-30
1
-0
/
+2
*
|
* lisp/emacs-lisp/rx.el: Indent some rx constructs correctly.
Mattias Engdegård
2022-06-29
1
-0
/
+8
*
|
(cl--generic-compiler): Revert last change
Stefan Monnier
2022-06-29
1
-4
/
+39
*
|
Allow using define-short-documentation-group without loading shortdoc
Lars Ingebrigtsen
2022-06-28
1
-12
/
+12
*
|
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
3
-9
/
+4
*
|
Optimise away functions in for-effect context
Mattias Engdegård
2022-06-26
1
-17
/
+17
*
|
Fix a recent Lisp mode filling test failure
Lars Ingebrigtsen
2022-06-26
1
-0
/
+12
*
|
* lisp/emacs-lisp/syntax.el: Rework the handling of nested calls.
Stefan Monnier
2022-06-26
1
-23
/
+46
*
|
Make `M-q' work on the first line of a multi-line string again
Lars Ingebrigtsen
2022-06-25
1
-2
/
+2
*
|
Re-fix build warnings about subr-x defsubsts
Lars Ingebrigtsen
2022-06-25
1
-4
/
+0
*
|
Bytecode opcode comments update
Mattias Engdegård
2022-06-24
1
-13
/
+14
*
|
Update seq.el comment
Lars Ingebrigtsen
2022-06-24
1
-2
/
+2
*
|
Allow read-multiple-choice to do long-form answers
Lars Ingebrigtsen
2022-06-24
1
-3
/
+22
*
|
Fix cl-generic bootstrap problems
Lars Ingebrigtsen
2022-06-24
2
-18
/
+4
*
|
Make debug-early-backtrace more resilient
Lars Ingebrigtsen
2022-06-24
1
-1
/
+7
*
|
Remove unused function in bytecomp.el
Mattias Engdegård
2022-06-23
1
-12
/
+0
*
|
bindat (strz): Null terminate fixed-length strings if there is room
Richard Hansen
2022-06-22
1
-7
/
+6
*
|
; bindat (strz): Move all pack logic to pack function (bug#56048)
Richard Hansen
2022-06-22
1
-26
/
+23
*
|
Fix autoload generation of iter-defun forms
Michael Heerdegen
2022-06-21
1
-1
/
+1
*
|
Document and test 'no-byte-compile' behavior.
Philipp Stephani
2022-06-21
1
-0
/
+3
*
|
Check defface doc strings
Lars Ingebrigtsen
2022-06-21
1
-6
/
+6
[next]