1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00
emacs/test/automated
Daniel Colascione 2cc23f170f Finalizer documentation, minor improvements
* doc/lispref/objects.texi (Finalizer Type): New section
(Type Predicates): Mention finalizers in `type-of' documentation.
* doc/lispref/elisp.texi (Top): Link to finalizer type.

* src/data.c (Ftype_of): Make `type-of' work with finalizers.
(syms_of_data): Register Qfinalizer.

* src/print.c (print_object): Print whether a finalizer has
been called.

* test/automated/finalizer-tests.el (finalizer-object-type): Test that
`type-of' works correctly for finalizers.
2015-03-02 19:08:06 -08:00
..
data Merge from origin/emacs-24 2014-12-27 13:15:55 -03:00
add-log-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
advice-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
bytecomp-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calc-tests.el Backport: Handle the `neg' operator in some calc-units functions. 2015-01-22 03:29:23 +01:00
cl-generic-tests.el * lisp/emacs-lisp/cl-generic.el (cl--generic-method): New struct. 2015-01-26 11:43:06 -05:00
cl-lib-tests.el * lisp/emacs-lisp/cl-macs.el: Fix last change. 2015-01-16 17:49:00 -05:00
comint-testsuite.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
compile-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
completion-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
core-elisp-tests.el * lisp/emacs-lisp/backquote.el: Fix bug with unoptimized exp. 2015-01-30 16:00:29 -05:00
data-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
dbus-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
decoder-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
descr-text-test.el descr-text: add `describe-char-eldoc' describing character at point 2015-01-20 15:03:20 +01:00
eieio-test-methodinvoke.el * lisp/emacs-lisp/eieio*.el: Align a bit better with CLOS 2015-02-16 02:22:46 -05:00
eieio-test-persist.el Shrink EIEIO object header. Move generics to eieio-generic.el. 2015-01-08 16:03:04 -05:00
eieio-tests.el EIEIO: Simplify help hyperlinks; Try and reduce hardcoding in .elc 2015-01-31 00:48:14 -05:00
electric-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ert-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ert-x-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
eshell.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
f90.el f90.el: add some support for continued strings without leading '&' 2015-02-23 23:13:49 -08:00
file-notify-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
files.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
finalizer-tests.el Finalizer documentation, minor improvements 2015-03-02 19:08:06 -08:00
flymake-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
fns-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
font-parse-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
generator-tests.el Add support for generators 2015-03-02 15:42:09 -08:00
gnus-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
help-fns.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
icalendar-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
imenu-test.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
info-xref.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
inotify-test.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
let-alist.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lexbind-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
libxml-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
Makefile.in * lisp/emacs-lisp/eieio-core.el: Add `subclass' specializer for cl-generic. 2015-01-18 14:08:13 -05:00
man-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mule-util.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
newsticker-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
occur-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
package-test.el * package-test.el (package-test-signed): More informative failure messages 2015-02-10 15:01:13 -05:00
pcase-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
print-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
process-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
python-tests.el Merge from origin/emacs-24 2015-02-25 22:53:56 -08:00
reftex-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
regexp-tests.el * test/automated/regexp-tests.el: Require regexp-opt 2015-01-23 19:52:07 -05:00
ruby-mode-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
sasl-scram-rfc-tests.el # Add 2015 to copyright years 2015-02-13 18:45:40 -08:00
seq-tests.el Add a backward-compatible version of seq-reverse 2015-02-11 14:48:18 +01:00
subr-x-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
subword-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
syntax-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
thingatpt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tildify-tests.el tildify: add `tildify-double-space-undos' 2015-01-20 13:55:02 +01:00
timer-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tramp-tests.el Suppress localized settings in Tramp test. 2015-02-22 19:58:05 +01:00
undo-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
url-future-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
url-util-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
vc-bzr.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
vc-tests.el Extend vc-tests.el 2015-03-01 18:05:19 +01:00
xml-parse-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
zlib-tests.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00