]> git.eshelyaron.com Git - emacs.git/commitdiff
* paths.el (gnus-nntp-service, gnus-local-organization): Remove.
authorGlenn Morris <rgm@gnu.org>
Thu, 24 May 2012 06:42:26 +0000 (23:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 24 May 2012 06:42:26 +0000 (23:42 -0700)
These were deleted from Gnus itself late 2010.

lisp/ChangeLog
lisp/paths.el

index 1cca78a48f19b70c4ae33569d94be7973a2b4fca..cc83b32339682372af5fc0592998834c34003ea1 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-24  Glenn Morris  <rgm@gnu.org>
+
+       * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
+       These were deleted from Gnus itself late 2010.
+
 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
 
        * progmodes/which-func.el (which-func-ff-hook):
index 70b5ca5dbfb03a80f45754f73ff33726d1d93c6e..23b24f2819ad294924f69faf64c6d401fbadde16 100644 (file)
@@ -1,6 +1,6 @@
 ;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*-
 
-;; Copyright (C) 1986, 1988, 1994, 1999-2012  Free Software Foundation, Inc.
+;; Copyright (C) 1986, 1988, 1994, 1999-2012 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: internal
@@ -123,15 +123,6 @@ the environment variable INFOPATH is set.")
 The name of the host running an NNTP server.
 The null string means use the local host as the server site.")
 
-(defvar gnus-nntp-service (purecopy "nntp") "\
-NNTP service name, usually \"nntp\" or 119.
-Go to a local news spool if its value is nil, in which case `gnus-nntp-server'
-should be set to `(system-name)'.")
-
-(defvar gnus-local-organization nil "\
-*The name of your organization, as a string.
-The `ORGANIZATION' environment variable is used instead if defined.")
-
 (defcustom rmail-file-name (purecopy "~/RMAIL") "\
 Name of user's primary mail file."
   :type 'string