diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2022-12-10 21:31:59 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2022-12-10 21:31:59 +0100 |
commit | 26a8644a58768281bae249121f4f18d7b0661c44 (patch) | |
tree | b3d41fa163ca64932dc751b391c45178372d1723 /lisp/emacs-lisp | |
parent | 29b9aeae32acd951aeeed8001bf349800d4e5db4 (diff) | |
download | emacs-26a8644a58768281bae249121f4f18d7b0661c44.tar.gz emacs-26a8644a58768281bae249121f4f18d7b0661c44.tar.bz2 emacs-26a8644a58768281bae249121f4f18d7b0661c44.zip |
; 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.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/tabulated-list.el | 2 |
1 files changed, 0 insertions, 2 deletions
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") |