; 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.
This commit is contained in:
parent
29b9aeae32
commit
26a8644a58
1 changed files with 0 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue