diff options
author | Po Lu <luangruo@yahoo.com> | 2022-12-11 09:34:03 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-12-11 09:34:03 +0800 |
commit | 5737c2a3af70bc8d653abdb22922c4dc2a49e878 (patch) | |
tree | 4e718cb78d35766fb2b7ff7f7cc96fa575db53f6 /lisp/emacs-lisp/tabulated-list.el | |
parent | 52de8885048daf444bdbdb34c4b3d0318dc6a76c (diff) | |
parent | 79659416f95ac986812a8b40c1260907b95aaa0b (diff) | |
download | emacs-5737c2a3af70bc8d653abdb22922c4dc2a49e878.tar.gz emacs-5737c2a3af70bc8d653abdb22922c4dc2a49e878.tar.bz2 emacs-5737c2a3af70bc8d653abdb22922c4dc2a49e878.zip |
Merge from origin/emacs-29
79659416f95 ; * admin/git-bisect-start: Fix commit hash
a9037aa8e81 ; Fix use-package-ensure-system-package macOS footnote
7d787564c08 Actually improve detection of long lines
118465f6fed ; Improve checkdoc.el commentary section
30e3cb21351 Unset the weight/slant/width in the spec when realizing a...
01154166057 Update to Org 9.6-31-g954a95
26a8644a587 ; tabulated-list.el: Remove duplicate obsolete declaration
29b9aeae32a ; * doc/misc/use-package.texi: Fix misplaced @end group.
3c5a41b2008 ; * doc/lispref/keymaps.texi (Searching Keymaps): Fix a t...
1753da24cd4 Fix infloop in 'shell-resync-dirs' with tcsh
2f1269c3331 ; Fix some minor issues in use-package.texi
Diffstat (limited to 'lisp/emacs-lisp/tabulated-list.el')
-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") |