Emacs-EPL

 view release on metacpan or  search on metacpan

lib/Emacs/Lisp.pm  view on Meta::CPAN

		       )],
     extra	=> [qw(
		       lisp
		       t
		       nil
		       )],
     );

@EXPORT = map { @$_ } values %EXPORT_TAGS;

sub t () { return \*::t; }
sub nil () { return undef; }

sub AUTOLOAD {
    *$AUTOLOAD = &$get_funcall_closure (__PACKAGE__, $AUTOLOAD);
    goto &$AUTOLOAD;
}
sub can { return &UNIVERSAL::can || &$can (__PACKAGE__, $_[1]); }

%special =
    (



( run in 1.510 second using v1.01-cache-2.11-cpan-13bb782fe5a )