1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00
emacs/lisp/emacs-lisp
Stefan Monnier 47cf2a37e7 * eieio-core.el (eieio--full-class-object): New function.
Rather than explicitly call eieio-class-un-autoload, the autoloading is
now performed on-demand if you use eieio--full-class-object.

* lisp/emacs-lisp/eieio-core.el (eieio-class-un-autoload): Remove.
(eieio--full-class-object): New function, to replace it.
(eieio-oref, eieio--class-precedence-list):
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-convert-list-to-object):
Use it instead of eieio-class-un-autoload.
* lisp/emacs-lisp/eieio.el (eieio-class-parents, child-of-class-p):
Load the class if needed.
2019-10-06 16:00:21 -04:00
..
advice.el
autoload.el Fix some file-mode races 2019-09-16 18:00:59 -07:00
avl-tree.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
backquote.el
backtrace.el Improve print output options commands in backtrace-mode (bug#36566) 2019-09-13 13:43:07 -07:00
benchmark.el
bindat.el
byte-opt.el New function time-convert 2019-08-05 18:37:29 -07:00
byte-run.el
bytecomp.el Fix bytecomp.el warning a different way than the previous patch 2019-10-03 17:17:50 +02:00
cconv.el
chart.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
check-declare.el
checkdoc.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
cl-extra.el Support bool-vectors in cl-extra.el 2019-08-10 11:14:44 +03:00
cl-generic.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
cl-indent.el
cl-lib.el Preserve more markers when reverting .gpg files 2019-09-04 15:20:00 +02:00
cl-macs.el Merge commit '74e9799bd8' 2019-09-10 03:37:51 -07:00
cl-preloaded.el
cl-print.el Improve performance of backtrace printing (bug#36566) 2019-09-13 13:43:07 -07:00
cl-seq.el
copyright.el
crm.el Rename variables and functions with "auto-load" in their names 2019-08-15 16:02:20 -07:00
cursor-sensor.el
debug.el ; * lisp/emacs-lisp/debug.el (debugger-mode): Doc fix. (Bug#37352) 2019-09-25 11:09:09 +03:00
derived.el ; * lisp/emacs-lisp/derived.el (define-derived-mode): Doc fix. 2019-07-28 17:31:17 +03:00
disass.el
easy-mmode.el Improve docstrings auto-generated by `define-minor-mode' 2019-10-05 00:31:17 +02:00
easymenu.el easy-menu-define doc string fix 2019-08-03 20:32:24 +02:00
edebug.el New edebug-spec, nested-backquote-form. This fixes bug #31090 2019-09-24 17:06:20 +00:00
eieio-base.el * eieio-core.el (eieio--full-class-object): New function. 2019-10-06 16:00:21 -04:00
eieio-compat.el
eieio-core.el * eieio-core.el (eieio--full-class-object): New function. 2019-10-06 16:00:21 -04:00
eieio-custom.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
eieio-datadebug.el
eieio-opt.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
eieio-speedbar.el
eieio.el * eieio-core.el (eieio--full-class-object): New function. 2019-10-06 16:00:21 -04:00
eldoc.el Respect global-eldoc-mode in minibuffers (Bug#36886) 2019-08-20 20:20:52 -04:00
elint.el * lisp/emacs-lisp/elint.el (elint-directory-skip-re): Fix doc typo. 2019-09-11 11:18:38 +02:00
elp.el
ert-x.el
ert.el Fix ‘make check’ failure 2019-07-26 09:41:55 -07:00
ewoc.el
faceup.el
find-func.el Fix completion in `read-library-name' 2019-08-27 09:46:28 +02:00
float-sup.el
generator.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
generic.el
gv.el
helper.el
inline.el
let-alist.el * lisp/emacs-lisp/let-alist.el: Bump version to 1.0.6 (Bug#23244). 2019-07-30 21:13:36 -04:00
lisp-mnt.el
lisp-mode.el Merge from origin/emacs-26 2019-08-20 09:01:55 -07:00
lisp.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
macroexp.el Clarify macroexp-let* doc string 2019-08-04 14:43:43 +02:00
map-ynp.el
map.el
nadvice.el
package-x.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
package.el * lisp/emacs-lisp/package.el (package--get-deps): Rewrite. 2019-10-06 13:48:28 -04:00
pcase.el
pp.el
radix-tree.el
re-builder.el Remove XEmacs compat code from re-builder.el 2019-10-04 15:26:10 +02:00
regexp-opt.el
regi.el
ring.el
rmc.el Make the NSM not pop up an X dialogue on non-mouse actions 2019-09-04 15:20:00 +02:00
rx.el Add `rx-submatch-n' for compatibility (bug#37517) 2019-09-29 17:08:43 +02:00
seq.el
shadow.el
smie.el
subr-x.el Move describe-face to the new help-fns machinery 2019-09-21 00:45:41 +02:00
syntax.el Remove old commented out XEmacs compat code from syntax.el (Bug#37524) 2019-10-01 20:25:11 +02:00
tabulated-list.el Add new function to clear tags in tabulated list 2019-09-26 17:24:35 +02:00
tcover-ses.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
tcover-unsafep.el
testcover.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
text-property-search.el More improvements of doc strings in text-property-search.el 2019-09-28 17:43:15 +03:00
thunk.el
timer-list.el
timer.el New function time-convert 2019-08-05 18:37:29 -07:00
tq.el Tweak tq queue processing 2019-08-03 16:33:06 +02:00
trace.el
unsafep.el
warnings.el Rename variables and functions with "auto-load" in their names 2019-08-15 16:02:20 -07:00