diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-20 04:23:32 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-20 04:23:32 +0200 |
commit | 9d557d4d4adf68ca15ca9aaa48470133544ede26 (patch) | |
tree | db41dac2aaa23bc0d8ef591b393f7c152414fdf8 /lisp/emacs-lisp/byte-opt.el | |
parent | 7e32904998db6bcaff78c9329efa1fcbc26cbd70 (diff) | |
download | emacs-9d557d4d4adf68ca15ca9aaa48470133544ede26.tar.gz emacs-9d557d4d4adf68ca15ca9aaa48470133544ede26.tar.bz2 emacs-9d557d4d4adf68ca15ca9aaa48470133544ede26.zip |
Rename compare-window-configurations and update doc
* doc/lispref/windows.texi (Window Configurations): Update name.
* lisp/strokes.el (strokes-window-configuration-changed-p):
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Update
callers and references.
* lisp/subr.el (compare-window-configurations): Make into obsolete
alias.
* src/window.c (Fwindow_configuration_equal_p): Rename (bug#14964).
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index d3d8405d068..69795f9c112 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -1368,7 +1368,7 @@ See Info node `(elisp) Integer Basics'." buffer-substring byte-code-function-p capitalize car-less-than-car car cdr ceiling char-after char-before char-equal char-to-string char-width compare-strings - compare-window-configurations concat coordinates-in-window-p + window-configuration-equal-p concat coordinates-in-window-p copy-alist copy-sequence copy-marker copysign cos count-lines current-time-string current-time-zone decode-char |