diff options
author | Yuuki Harano <masm+github@masm11.me> | 2021-12-04 16:06:16 +0900 |
---|---|---|
committer | Yuuki Harano <masm+github@masm11.me> | 2021-12-04 16:06:16 +0900 |
commit | d44d6ae016ef9245737550a03ebf25cf49d7fe65 (patch) | |
tree | f5dc300883231efe23e0257884bdbd23de3128ee /lisp/emacs-lisp/shadow.el | |
parent | 729311c22b230faab9f8714ca2b6cb8f73ac0737 (diff) | |
parent | fba17b0747ac8227c9e600b4398c3cc4295725e7 (diff) | |
download | emacs-d44d6ae016ef9245737550a03ebf25cf49d7fe65.tar.gz emacs-d44d6ae016ef9245737550a03ebf25cf49d7fe65.tar.bz2 emacs-d44d6ae016ef9245737550a03ebf25cf49d7fe65.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs 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) |