1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/lisp/emacs-lisp
Eric Abrahamsen 2cae1cf6f8 Further fix to eieio-persistent
* lisp/emacs-lisp/eieio-base.el (eieio-persistent-validate/fix-slot-value):
  Make handling of hash tables and vectors recursive. This is
  necessary because the write process, in `eieio-override-prin1' is
  also recursive. With any luck, this will be the last fix of its
  kind. If that's true, cherry-pick to Emacs 26.2 later on.
2018-10-04 12:10:58 -07:00
..
advice.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
autoload.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
avl-tree.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
backquote.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
benchmark.el Improve documentation of Profiling features 2018-02-17 11:59:36 +02:00
bindat.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
byte-opt.el ; Spelling and grammar fixes. 2018-02-17 09:17:28 -08:00
byte-run.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
bytecomp.el Fix byte compilation of (eq foo 'default) 2018-06-16 09:44:05 -07:00
cconv.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
chart.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
check-declare.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
checkdoc.el Small checkdoc quoting fix (bug#32546) 2018-08-27 18:27:01 -04:00
cl-extra.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-generic.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-indent.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-lib.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl-macs.el Improve cl-do, cl-do* docstrings 2018-09-29 18:06:15 +09:00
cl-preloaded.el Fix copyright years by hand 2018-01-01 01:02:09 -08:00
cl-print.el Make cl-print respect print-quoted (bug#31649) 2018-06-07 08:27:43 -07:00
cl-seq.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cl.el Fix #'fun handling inside `labels' (Bug#31792) 2018-06-19 20:02:16 -04:00
copyright.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
crm.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cursor-sensor.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
debug.el Increase max-lisp-eval-depth adjustment while in debugger (bug#31919) 2018-06-30 07:36:11 -07:00
derived.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
disass.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
easy-mmode.el Avoid turning on the global-minor-mode recursively 2018-07-10 08:13:39 -04:00
easymenu.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
edebug.el ; Fix doc typos related to indefinite articles 2018-02-16 15:16:15 -05:00
eieio-base.el Further fix to eieio-persistent 2018-10-04 12:10:58 -07:00
eieio-compat.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eieio-core.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eieio-custom.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eieio-datadebug.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eieio-opt.el Define cl-type-definition button type as needed (Bug#28899) 2018-01-30 22:14:02 -05:00
eieio-speedbar.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eieio.el Use EXPVAL in docstrings of patterns defined using pcase-defmacro 2018-05-27 10:36:35 +02:00
eldoc.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
elint.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
elp.el Improve documentation of Profiling features 2018-02-17 11:59:36 +02:00
ert-x.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ert.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ewoc.el ; Fix doc typos related to indefinite articles 2018-02-16 15:16:15 -05:00
find-func.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
float-sup.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
generator.el * lisp/emacs-lisp/generator.el (iter-defun): Add 'doc-string' prop. 2018-01-11 11:24:38 -05:00
generic.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
gv.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
helper.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
inline.el * lisp/emacs-lisp/inline.el: Clarify apparent typos 2018-04-04 21:15:36 -04:00
let-alist.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lisp-mnt.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lisp-mode.el Don't fail to indent-sexp before a full sexp (Bug#31984) 2018-07-27 19:41:39 -04:00
lisp.el Fix mark-defun when there's no spaces between successive defuns. 2018-01-06 11:48:32 +00:00
macroexp.el Quote a few backticks in docstrings. 2018-04-01 23:33:16 +02:00
map-ynp.el New function read-answer (Bug#31782) 2018-08-04 11:37:39 -04:00
map.el ; Fix some tiny doc typos 2018-03-27 17:02:04 -04:00
nadvice.el Clarify when to use advice-add vs add-function 2018-05-22 20:08:01 -04:00
package-x.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
package.el Do not consider external packages to be removable (Bug#27822) 2018-08-11 21:06:26 -04:00
pcase.el Overhaul pcase documentation 2018-05-27 17:14:27 +02:00
pp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
radix-tree.el Use EXPVAL in docstrings of patterns defined using pcase-defmacro 2018-05-27 10:36:35 +02:00
re-builder.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
regexp-opt.el * lisp/emacs-lisp/regexp-opt.el (regexp-opt): Fix docstring quotes. 2018-06-24 10:57:54 -04:00
regi.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ring.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
rmc.el Improve read-multiple-choice docstring (Bug#31628) 2018-05-29 08:17:32 -04:00
rx.el Improve documentation of 'pcase-defmacro rx' 2018-07-20 11:44:36 +03:00
seq.el Change name of `seqp' argument (Bug#26411) 2018-06-21 20:27:35 -04:00
shadow.el Handle case-insensitive filenames for load-path shadows (Bug#5845) 2018-01-18 16:26:52 -05:00
smie.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
subr-x.el De-obsolete if-let' and when-let' 2018-03-27 01:54:22 +02:00
syntax.el Remove outdated comment in syntax.el 2018-03-03 14:41:16 +02:00
tabulated-list.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tcover-ses.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tcover-unsafep.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
testcover.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
thunk.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
timer-list.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
timer.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tq.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
trace.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unsafep.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
warnings.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00