diff options
author | Po Lu <luangruo@yahoo.com> | 2021-12-04 08:40:23 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2021-12-04 08:40:23 +0800 |
commit | 39c466b19587e024964189458c44d079d1fc0588 (patch) | |
tree | 3456a708bf774e7a16b0ee35fd5569d5818f6bfe /lisp/emacs-lisp/shadow.el | |
parent | f638541785f0641f3010fa9c4393a4c32710d47e (diff) | |
parent | 352c737dcef4171f71980b432cc86df6511d8643 (diff) | |
download | emacs-39c466b19587e024964189458c44d079d1fc0588.tar.gz emacs-39c466b19587e024964189458c44d079d1fc0588.tar.bz2 emacs-39c466b19587e024964189458c44d079d1fc0588.zip |
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'lisp/emacs-lisp/shadow.el')
-rw-r--r-- | lisp/emacs-lisp/shadow.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el index e2a24e9949c..1fbe946a7f9 100644 --- a/lisp/emacs-lisp/shadow.el +++ b/lisp/emacs-lisp/shadow.el @@ -151,9 +151,6 @@ See the documentation for `list-load-path-shadows' for further information." ;; Return the list of shadowings. shadows)) -(define-obsolete-function-alias 'find-emacs-lisp-shadows - 'load-path-shadows-find "23.3") - ;; Return true if neither file exists, or if both exist and have identical ;; contents. (defun load-path-shadows-same-file-or-nonexistent (f1 f2) |