emacs/lisp/emacs-lisp
Stefan Monnier acc985ae7c CL types: Accept both byte-code-function and compiled-function
`type-of` returns `compiled-function` for bytecode functions, but the
predicate for those objects is called `byte-code-function-p`,
So accept both `compiled-function` and `byte-code-function` as type
names for those objects.

* lisp/emacs-lisp/cl-preloaded.el (cl--typeof-types):
Add `byte-code-function`.
* lisp/emacs-lisp/cl-macs.el (byte-code-function, compiled-function, subr):
New types.
2022-04-29 15:29:35 -04:00
..
advice.el Use advice--cd*r where applicable 2022-04-26 17:36:13 -04:00
autoload.el Don't break autoload generation of `left-margin' isn't zero 2022-03-21 19:15:55 +01:00
avl-tree.el
backquote.el
backtrace.el
benchmark.el * Have `benchmark-run-compiled' use the native compiler when available 2022-01-27 11:55:21 +01:00
bindat.el (macroexp-warn-and-return): Fix bug#53618 2022-02-19 14:20:02 -05:00
byte-opt.el Byte compiler: Prevent special forms' symbols being replaced by bare symbols 2022-04-22 19:11:31 +00:00
byte-run.el Byte compiler: correct output warning message positions (part 2) 2022-04-22 17:16:21 +00:00
bytecomp.el Use advice--cd*r where applicable 2022-04-26 17:36:13 -04:00
cconv.el Byte compiler: Prevent special forms' symbols being replaced by bare symbols 2022-04-22 19:11:31 +00:00
chart.el
check-declare.el
checkdoc.el lisp-mnt, checkdoc: Reduce run-time dependencies 2022-02-07 12:59:27 -05:00
cl-extra.el Add a comment about cl-concatenate 2022-04-13 06:11:51 +02:00
cl-generic.el cl-generic.el: Upcase formal args in C-h o 2022-04-25 15:41:21 -04:00
cl-indent.el
cl-lib.el Clarify cl-incf/decf doc strings 2022-04-21 15:11:33 +02:00
cl-macs.el CL types: Accept both byte-code-function and compiled-function 2022-04-29 15:29:35 -04:00
cl-preloaded.el CL types: Accept both byte-code-function and compiled-function 2022-04-29 15:29:35 -04:00
cl-print.el nadvice.el: Use OClosures 2022-04-26 17:36:13 -04:00
cl-seq.el
comp-cstr.el Merge from origin/emacs-28 2022-02-10 06:56:22 +01:00
comp.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
copyright.el Fix copyright-fix-years, use a dash to separate years in a range 2022-01-28 15:23:05 +01:00
crm.el
cursor-sensor.el
debug-early.el Fix eval-tests/backtrace-in-batch-mode test 2022-02-06 19:20:36 -05:00
debug.el
derived.el Merge from origin/emacs-28 2022-03-06 06:32:23 +01:00
disass.el
easy-mmode.el Fix minor-mode doc string quoting 2022-04-06 13:47:46 +02:00
easymenu.el
edebug.el Merge from origin/emacs-28 2022-02-22 06:30:59 +01:00
eieio-base.el
eieio-core.el OClosure: add support for slot-value 2022-04-04 15:06:47 -04:00
eieio-custom.el
eieio-datadebug.el
eieio-opt.el
eieio-speedbar.el
eieio.el (macroexp-warn-and-return): Fix bug#53618 2022-02-19 14:20:02 -05:00
eldoc.el Handle invisible text in Eldoc when calculating size 2022-03-24 15:06:05 +00:00
elint.el
elp.el Improve the elp-instrument-package doc string 2022-02-06 01:00:04 +01:00
ert-x.el Factor out function to check for clang in tests 2022-01-31 07:42:50 +01:00
ert.el Allow jumping to ert failure definitions 2022-01-24 14:01:06 +01:00
ewoc.el
faceup.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
find-func.el Really fix find-func for defgeneric 2022-03-13 21:15:35 +01:00
float-sup.el
generator.el
generic.el
gv.el (macroexp-warn-and-return): Fix bug#53618 2022-02-19 14:20:02 -05:00
helper.el
hierarchy.el
inline.el Fix Edebug specification for inline functions (Bug#53068). 2022-01-13 13:52:40 +01:00
let-alist.el
lisp-mnt.el lisp-mnt, checkdoc: Reduce run-time dependencies 2022-02-07 12:59:27 -05:00
lisp-mode.el Tweak how `M-q' in emacs-lisp-mode works 2022-04-13 05:07:47 +02:00
lisp.el
macroexp.el Byte compiler: Prevent special forms' symbols being replaced by bare symbols 2022-04-22 19:11:31 +00:00
map-ynp.el Clarify read-answer-short/use-short-answers action 2022-04-07 13:37:16 +02:00
map.el Mention caveats in the map-delete doc string 2022-04-26 15:34:26 +02:00
memory-report.el Fix memory-report-object-size to initialize memory-report--type-size 2022-01-21 12:43:19 +01:00
multisession.el Speed up multisession--set-value-sqlite slightly 2022-01-22 15:13:27 +01:00
nadvice.el CL types: Accept both byte-code-function and compiled-function 2022-04-29 15:29:35 -04:00
oclosure.el Pretty print OClosure slot accessors 2022-04-26 17:36:12 -04:00
package-x.el
package.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
pcase.el Further doc string quoting fixes 2022-04-22 17:16:42 +02:00
pp.el Improve pp-last-sexp ergonomics 2022-03-25 16:44:30 +01:00
radix-tree.el
range.el Move the Gnus range functions to a new range.el file 2022-01-17 15:47:50 +01:00
re-builder.el Don't signal an error on re-builder startup with rx syntax 2022-02-22 14:43:35 +01:00
regexp-opt.el
regi.el
ring.el
rmc.el Make `?' work again in read-multiple-choice 2022-03-17 12:55:39 +01:00
rx.el
seq.el cl-generic: Rework obsolescence checks for defmethod 2022-04-01 10:02:32 -04:00
shadow.el
shortdoc.el Update docstrings for shortdoc.el FUNC lisp form API 2022-04-10 13:52:49 +02:00
shorthands.el
smie.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
subr-x.el Fix bootstrap errors after previous easy-mmode change 2022-04-02 16:53:24 +02:00
syntax.el
tabulated-list.el Don't mutate literals in tabulated-list-widen-current-column 2022-01-25 14:21:22 +01:00
tcover-ses.el
testcover.el
text-property-search.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
thunk.el
timer-list.el Make list-times not include zero elements 2022-04-13 15:31:34 +02:00
timer.el
tq.el
trace.el trace.el: Preserve the line structure 2022-03-04 12:18:41 -05:00
unsafep.el
vtable.el Don't make a header if the user hasn't specified columns in vtable 2022-04-23 14:47:55 +02:00
warnings.el