mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
This is to allow the many functions with "hand expanded backquotes" to use actual backquotes. Also make a few miscellaneous amendments, particularly to the test suite. * lisp/emacs-lisp/backquote.el (backquote-list*-function) (backquote-list*-macro, backquote, backquote-delay-process) (backquote-process, backquote-listify): Replace the declaring `defun's and `defmacros' with defalias. (Random places in the file): Replace `not' with `null', `push' with `setq' and `cons', and `unless' with `if' and `null'. * lisp/emacs-lisp/backtrace.el (backtrace--to-string): Use cl-prin1 rather than prin1. * lisp/emacs-lisp/byte-run.el (byte-run--posify-def-form): Remove. (byte-run--posify-list): No longer posify defining forms. (byte-run-posify-all-lambdas-etc) Rename by removing the "-etc" and no longer posify defining-forms. (byte-run--set-advertised-calling-convention) (byte-run--set-obsolete, byte-run--set-interactive-only) (byte-run--set-pure, byte-run--set-side-effect-free) (byte-run--set-important-return-value) (byte-run--set-doc-string, byte-run--set-indent) (byte-run--set-speed, byte-run--set-safety) (byte-run--set-completion, byte-run--set-modes) (byte-run--set-interactive-args) (byte-run--posify-defining-form, byte-run--set-function-type) (byte-run--set-debug, byte-run--set-no-font-lock-keyword) (defmacro, defun, dont-compile, eval-when-compile) (eval-and-compile): Recode using the backquote macro. * lisp/emacs-lisp/cl-generic.el (cl-defmethod): Remove the obtrusive car of the function which is the cdr of the return value from the byte-run-defined-form property value of this function. * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): In the handling of quoted forms, no longer test byte-compile-in-progress. * lisp/loadup.el (top level) load backquote.el before byte-run.el. * test/lisp/emacs-lisp/backtrace-tests.el (backtrace-tests--forward-frame) * test/lisp/emacs-lisp/cconv-tests.el (cconv-convert-lambda-lifted, cconv-closure-convert-remap-var) (cconv-tests-interactive-form-modify-bug60974) * test/lisp/erc/erc-tests.el (erc--with-dependent-type-match): Use byte-run-strip-lambda-doc to prevent mismatches in comparisons caused by the presence of position information in doc strings. |
||
|---|---|---|
| .. | ||
| resources | ||
| erc-button-tests.el | ||
| erc-dcc-tests.el | ||
| erc-fill-tests.el | ||
| erc-goodies-tests.el | ||
| erc-join-tests.el | ||
| erc-match-tests.el | ||
| erc-networks-tests.el | ||
| erc-nicks-tests.el | ||
| erc-sasl-tests.el | ||
| erc-scenarios-auth-source.el | ||
| erc-scenarios-base-association-nick.el | ||
| erc-scenarios-base-association-query.el | ||
| erc-scenarios-base-association-samenet.el | ||
| erc-scenarios-base-association.el | ||
| erc-scenarios-base-attach.el | ||
| erc-scenarios-base-auto-recon.el | ||
| erc-scenarios-base-buffer-display.el | ||
| erc-scenarios-base-chan-modes.el | ||
| erc-scenarios-base-compat-rename-bouncer.el | ||
| erc-scenarios-base-kill-on-part.el | ||
| erc-scenarios-base-local-module-modes.el | ||
| erc-scenarios-base-local-modules.el | ||
| erc-scenarios-base-misc-regressions.el | ||
| erc-scenarios-base-netid-bouncer-id.el | ||
| erc-scenarios-base-netid-bouncer-recon-base.el | ||
| erc-scenarios-base-netid-bouncer-recon-both.el | ||
| erc-scenarios-base-netid-bouncer-recon-id.el | ||
| erc-scenarios-base-netid-bouncer.el | ||
| erc-scenarios-base-netid-samenet.el | ||
| erc-scenarios-base-reconnect.el | ||
| erc-scenarios-base-renick.el | ||
| erc-scenarios-base-reuse-buffers.el | ||
| erc-scenarios-base-send-message.el | ||
| erc-scenarios-base-split-line.el | ||
| erc-scenarios-base-statusmsg.el | ||
| erc-scenarios-base-unstable.el | ||
| erc-scenarios-base-upstream-recon-soju.el | ||
| erc-scenarios-base-upstream-recon-znc.el | ||
| erc-scenarios-display-message.el | ||
| erc-scenarios-ignore.el | ||
| erc-scenarios-internal.el | ||
| erc-scenarios-join-auth-source.el | ||
| erc-scenarios-join-display-context.el | ||
| erc-scenarios-join-netid-newcmd-id.el | ||
| erc-scenarios-join-netid-newcmd.el | ||
| erc-scenarios-join-netid-recon-id.el | ||
| erc-scenarios-join-netid-recon.el | ||
| erc-scenarios-keep-place-indicator.el | ||
| erc-scenarios-log.el | ||
| erc-scenarios-match.el | ||
| erc-scenarios-misc-commands.el | ||
| erc-scenarios-misc.el | ||
| erc-scenarios-prompt-format.el | ||
| erc-scenarios-sasl.el | ||
| erc-scenarios-scrolltobottom-relaxed.el | ||
| erc-scenarios-scrolltobottom.el | ||
| erc-scenarios-services-misc.el | ||
| erc-scenarios-stamp.el | ||
| erc-scenarios-status-sidebar.el | ||
| erc-services-tests.el | ||
| erc-stamp-tests.el | ||
| erc-tests.el | ||
| erc-track-tests.el | ||