emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108349: * paths.el (gnus-nntp-servic


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108349: * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
Date: Wed, 23 May 2012 23:42:26 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108349
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-05-23 23:42:26 -0700
message:
  * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
  These were deleted from Gnus itself late 2010.
modified:
  lisp/ChangeLog
  lisp/paths.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-05-22 18:31:19 +0000
+++ b/lisp/ChangeLog    2012-05-24 06:42:26 +0000
@@ -1,3 +1,8 @@
+2012-05-24  Glenn Morris  <address@hidden>
+
+       * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
+       These were deleted from Gnus itself late 2010.
+
 2012-05-22  Juanma Barranquero  <address@hidden>
 
        * progmodes/which-func.el (which-func-ff-hook):

=== modified file 'lisp/paths.el'
--- a/lisp/paths.el     2012-01-19 07:21:25 +0000
+++ b/lisp/paths.el     2012-05-24 06:42:26 +0000
@@ -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 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


reply via email to

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