emacs-diffs
[Top][All Lists]
Advanced

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

master 8a007ebc2e: Add comment to linum-mode about being old


From: Lars Ingebrigtsen
Subject: master 8a007ebc2e: Add comment to linum-mode about being old
Date: Thu, 28 Apr 2022 06:38:53 -0400 (EDT)

branch: master
commit 8a007ebc2e62ce77dd34b22a017c1ce6f5d2672c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add comment to linum-mode about being old
    
    * lisp/linum.el (linum-mode): Link to display-line-numbers-mode
    (bug#34639).
---
 lisp/linum.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/linum.el b/lisp/linum.el
index e121618b69..d491da5206 100644
--- a/lisp/linum.el
+++ b/lisp/linum.el
@@ -74,6 +74,9 @@ and you have to scroll or press \\[recenter-top-bottom] to 
update the numbers."
 ;;;###autoload
 (define-minor-mode linum-mode
   "Toggle display of line numbers in the left margin (Linum mode).
+This mode has been largely replaced by `display-line-numbers-mode'
+(which is much faster and has fewer interaction problems with other
+modes).
 
 Linum mode is a buffer-local minor mode."
   :lighter ""                           ; for desktop.el



reply via email to

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