emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/obsolete/rnews.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/obsolete/rnews.el,v
Date: Sun, 25 Nov 2007 16:48:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/11/25 16:48:32

Index: obsolete/rnews.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/obsolete/rnews.el,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- obsolete/rnews.el   26 Jul 2007 05:27:21 -0000      1.13
+++ obsolete/rnews.el   25 Nov 2007 16:48:30 -0000      1.14
@@ -272,19 +272,6 @@
       (news-push (cons news-current-news-group news-current-certifiable)
                 news-current-certifications))))
 
-(defun news-set-minor-modes ()
-  "Creates a minor mode list that has group name, total articles,
-and attribute for current article."
-  (setq news-minor-modes (list (cons 'foo
-                                    (concat news-current-message-number
-                                            "/"
-                                            news-total-current-group
-                                            (news-get-attribute-string)))))
-  ;; Detect Emacs versions 18.16 and up, which display
-  ;; directly from news-minor-modes by using a list for mode-name.
-  (or (boundp 'minor-mode-alist)
-      (setq minor-modes news-minor-modes)))
-
 (defun news-set-message-counters ()
   "Scan through current news-groups filelist to figure out how many messages
 are there. Set counters for use with minor mode display."




reply via email to

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