From: Glenn Morris Date: Thu, 24 May 2012 06:42:26 +0000 (-0700) Subject: * paths.el (gnus-nntp-service, gnus-local-organization): Remove. X-Git-Tag: emacs-24.2.90~471^2~6^2~110^2~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6df9112c19fb67beb06e814205578466c5b1123a;p=emacs.git * paths.el (gnus-nntp-service, gnus-local-organization): Remove. These were deleted from Gnus itself late 2010. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cca78a48f1..cc83b323396 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-05-24 Glenn Morris + + * paths.el (gnus-nntp-service, gnus-local-organization): Remove. + These were deleted from Gnus itself late 2010. + 2012-05-22 Juanma Barranquero * progmodes/which-func.el (which-func-ff-hook): diff --git a/lisp/paths.el b/lisp/paths.el index 70b5ca5dbfb..23b24f2819a 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -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