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/font-lock.el (font-lock-beginning-of-syntax-function): Remove
Stefan Monnier
2015-09-17
2
-9
/
+1
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
17
-33
/
+33
*
Fix search argument in ‘lisp--el-match-keyword’ (Bug#21492) (Bug#21493)
Daniel McClanahan
2015-09-16
1
-1
/
+2
*
Fix bugs in eieio-oref-default related to class symbols
Stephen Leake
2015-09-15
1
-1
/
+2
*
* lisp/emacs-lisp/lisp-mode.el (lisp-mode-symbol-regexp): New const
Stefan Monnier
2015-09-15
1
-59
/
+49
*
Elisp mode: Make font-lock and imenu handle escaped characters in symbols
Alan Mackenzie
2015-09-14
1
-17
/
+17
*
* lisp/emacs-lisp/eieio-core.el (class-p): Accept class objects
Stefan Monnier
2015-09-11
1
-4
/
+4
*
Merge syntax-propertize--done and parse-sexp-propertize-done
Stefan Monnier
2015-09-11
1
-52
/
+53
*
Add seq-find
Nicolas Petton
2015-09-11
1
-0
/
+13
*
Revert some stray curved quotes I missed earlier
Paul Eggert
2015-09-10
5
-7
/
+8
*
Make syntax.c call syntax-propertize on demand
Stefan Monnier
2015-09-09
1
-0
/
+15
*
* lisp/emacs-lisp/cl-generic.el (cl-generic-generalizers): Remove warning
Stefan Monnier
2015-09-09
1
-2
/
+5
*
Remove redundant redefinition of seq-drop-while from seq.el
Oleh Krehel
2015-09-09
1
-7
/
+1
*
* lisp/emacs-lisp/package.el (package--ensure-init-file)
Phil Sainty
2015-09-09
1
-2
/
+2
*
; Auto-commit of loaddefs files.
Glenn Morris
2015-09-08
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
39
-249
/
+256
*
* lisp/emacs-lisp/package.el: Reduce autoloading before compiling
Artur Malabarba
2015-09-07
1
-18
/
+32
*
* lisp/emacs-lisp/package.el (package-initialize): Set enable-at-startup
Artur Malabarba
2015-09-07
1
-2
/
+7
*
* lisp/emacs-lisp/package.el: Rename custom faces
Artur Malabarba
2015-09-06
1
-32
/
+32
*
Improve the semantic of map-some
Nicolas Petton
2015-09-06
1
-2
/
+3
*
Rename map-contains-key-p and map-some-p
Nicolas Petton
2015-09-06
1
-4
/
+4
*
Improve the semantic of seq-some
Nicolas Petton
2015-09-06
1
-5
/
+7
*
Rename seq-some-p to seq-some and seq-contains-p to seq-contains
Nicolas Petton
2015-09-06
1
-13
/
+13
*
Fix fix for describe-function keybinding confusion
Paul Eggert
2015-09-05
1
-2
/
+2
*
Use PAT rather than UPAT in pcase macros
Johan Bockgård
2015-09-05
2
-6
/
+6
*
Fix some more docstring etc. quoting problems
Paul Eggert
2015-09-03
4
-8
/
+12
*
Fix disassembly of non-compiled lexical functions (bug#21377)
Stefan Monnier
2015-09-03
2
-35
/
+32
*
Escape ` and ' in doc
Paul Eggert
2015-09-01
4
-6
/
+6
*
Treat “instead” strings as docstrings
Paul Eggert
2015-08-31
2
-2
/
+4
*
Text quoting fixes in cedet, emulation, emacs-lisp
Paul Eggert
2015-08-29
2
-3
/
+3
*
Improve seq-concatenate for new sequence types
Nicolas Petton
2015-08-27
1
-1
/
+12
*
Spelling fixes
Paul Eggert
2015-08-25
1
-1
/
+1
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
11
-20
/
+20
*
; Auto-commit of loaddefs files.
Glenn Morris
2015-08-24
1
-1
/
+1
*
Fix cl-subseq and cl-concatenate
Nicolas Petton
2015-08-24
2
-11
/
+11
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
17
-59
/
+66
*
Remove the calls to `seq-into` from `seq-concatenate`
Nicolas Petton
2015-08-23
1
-12
/
+5
*
Make seq.el more extensible by using cl-defmethod
Nicolas Petton
2015-08-23
2
-218
/
+218
*
Revert "Extend ‘format’ to translate curved quotes"
Andreas Schwab
2015-08-23
1
-3
/
+2
*
Revert "Prefer ‘format’ to ‘substitute-command-keys’"
Andreas Schwab
2015-08-23
4
-17
/
+18
*
text-quoting-style in emacs-lisp diagnostics
Paul Eggert
2015-08-21
31
-205
/
+205
*
Avoid hard-coding "M-x command" in docstrings
Paul Eggert
2015-08-21
1
-1
/
+2
*
* lisp/emacs-lisp/smie.el (smie-indent-current-column): New fun
Stefan Monnier
2015-08-21
1
-4
/
+21
*
Use curved quotes in core elisp diagnostics
Paul Eggert
2015-08-16
7
-15
/
+15
*
; Auto-commit of loaddefs files.
Glenn Morris
2015-08-15
1
-1
/
+1
*
Prefer ‘format’ to ‘substitute-command-keys’
Paul Eggert
2015-08-14
4
-18
/
+17
*
Extend ‘format’ to translate curved quotes
Paul Eggert
2015-08-14
1
-2
/
+3
*
xref-find-definitions: Exclude more generic function items.
Stephen Leake
2015-08-13
2
-2
/
+32
*
* emacs-lisp/lisp-mnt.el (lm-header): save-excursion
Artur Malabarba
2015-08-12
1
-10
/
+11
*
Merge remote-tracking branch 'origin/fix/subsequence-error-with-negative-sequ...
Nicolas Petton
2015-08-08
2
-2
/
+9
|
\
[next]