From: Juanma Barranquero Date: Sat, 10 Dec 2022 20:31:59 +0000 (+0100) Subject: ; tabulated-list.el: Remove duplicate obsolete declaration X-Git-Tag: emacs-29.0.90~1253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26a8644a58768281bae249121f4f18d7b0661c44;p=emacs.git ; tabulated-list.el: Remove duplicate obsolete declaration * lisp/emacs-lisp/tabulated-list.el (tabulated-list-line-number-width): Remove second `define-obsolete-function-alias' for the same function. --- diff --git a/lisp/emacs-lisp/tabulated-list.el b/lisp/emacs-lisp/tabulated-list.el index 206c10a7734..595dc9b29db 100644 --- a/lisp/emacs-lisp/tabulated-list.el +++ b/lisp/emacs-lisp/tabulated-list.el @@ -263,8 +263,6 @@ Populated by `tabulated-list-init-header'.") 'header-line-indent--line-number-width "29.1") (define-obsolete-function-alias 'tabulated-list-watch-line-number-width 'header-line-indent--watch-line-number-width "29.1") -(define-obsolete-function-alias 'tabulated-list-watch-line-number-width - 'header-line-indent--watch-line-number-width "29.1") (define-obsolete-function-alias 'tabulated-list-window-scroll-function 'header-line-indent--window-scroll-function "29.1")