]> git.eshelyaron.com Git - emacs.git/commit
Do not message for repeated enable/disable of tab-line-mode
authorJared Finder <jared@finder.org>
Tue, 21 May 2024 02:21:29 +0000 (19:21 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 08:29:21 +0000 (10:29 +0200)
commit425822a977be6f5c9c3e0775b5cf5212f90e388f
treec194bebe29ac8beeb26c67dade06bfd3f47f71ed
parente134ff6cdf7e4ab23429a34fbec68f78b3ffa6a0
Do not message for repeated enable/disable of tab-line-mode

tab-line-mode should not inform the user of an unexpected change
when enabling the mode if already enabled.  For example, when
running (tab-line-mode 1) repeatedly (bug#68765).

* lisp/tab-line.el (tab-line-mode): Modify case when user is informed.

(cherry picked from commit 70e7620843a22128de86e494cfe09d8e8c63f42f)
lisp/tab-line.el