emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 26a8644a587: ; tabulated-list.el: Remove duplicate obsolete dec


From: Juanma Barranquero
Subject: emacs-29 26a8644a587: ; tabulated-list.el: Remove duplicate obsolete declaration
Date: Sat, 10 Dec 2022 15:33:19 -0500 (EST)

branch: emacs-29
commit 26a8644a58768281bae249121f4f18d7b0661c44
Author: Juanma Barranquero <lekktu@gmail.com>
Commit: Juanma Barranquero <lekktu@gmail.com>

    ; 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.
---
 lisp/emacs-lisp/tabulated-list.el | 2 --
 1 file changed, 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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]