diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-23 23:42:26 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-23 23:42:26 -0700 |
commit | 6df9112c19fb67beb06e814205578466c5b1123a (patch) | |
tree | 794e8124f45531a33c869f9d558b61e1e709f13a /lisp/paths.el | |
parent | 1d94303ab385b4c936d0d5fc135f67bd92270aff (diff) | |
download | emacs-6df9112c19fb67beb06e814205578466c5b1123a.tar.gz |
* paths.el (gnus-nntp-service, gnus-local-organization): Remove.
These were deleted from Gnus itself late 2010.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 11 |
1 files changed, 1 insertions, 10 deletions
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 |