diff options
Diffstat (limited to 'compat-29.el')
| -rw-r--r-- | compat-29.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compat-29.el b/compat-29.el index fc17e0f..3db94c9 100644 --- a/compat-29.el +++ b/compat-29.el @@ -37,6 +37,10 @@ (locate-file "simple" load-path (get-load-suffixes)))) "Directory where Emacs's own *.el and *.elc Lisp files are installed.") +;;;; Defined in window.c + +(compat-defalias window-configuration-equal-p compare-window-configurations) ;; <compat-tests:window-configuration-equal-p> + ;;;; Defined in xdisp.c (compat-defun get-display-property (position prop &optional object properties) ;; <compat-tests:get-display-property> |
