diff options
| author | Glenn Morris | 2012-05-23 23:42:26 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-23 23:42:26 -0700 |
| commit | 6df9112c19fb67beb06e814205578466c5b1123a (patch) | |
| tree | 794e8124f45531a33c869f9d558b61e1e709f13a | |
| parent | 1d94303ab385b4c936d0d5fc135f67bd92270aff (diff) | |
| download | emacs-6df9112c19fb67beb06e814205578466c5b1123a.tar.gz emacs-6df9112c19fb67beb06e814205578466c5b1123a.zip | |
* paths.el (gnus-nntp-service, gnus-local-organization): Remove.
These were deleted from Gnus itself late 2010.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/paths.el | 11 |
2 files changed, 6 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cca78a48f1..cc83b323396 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-24 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * paths.el (gnus-nntp-service, gnus-local-organization): Remove. | ||
| 4 | These were deleted from Gnus itself late 2010. | ||
| 5 | |||
| 1 | 2012-05-22 Juanma Barranquero <lekktu@gmail.com> | 6 | 2012-05-22 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * progmodes/which-func.el (which-func-ff-hook): | 8 | * 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 @@ | |||
| 1 | ;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*- | 1 | ;;; paths.el --- define pathnames for use by various Emacs commands -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1988, 1994, 1999-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1988, 1994, 1999-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| @@ -123,15 +123,6 @@ the environment variable INFOPATH is set.") | |||
| 123 | The name of the host running an NNTP server. | 123 | The name of the host running an NNTP server. |
| 124 | The null string means use the local host as the server site.") | 124 | The null string means use the local host as the server site.") |
| 125 | 125 | ||
| 126 | (defvar gnus-nntp-service (purecopy "nntp") "\ | ||
| 127 | NNTP service name, usually \"nntp\" or 119. | ||
| 128 | Go to a local news spool if its value is nil, in which case `gnus-nntp-server' | ||
| 129 | should be set to `(system-name)'.") | ||
| 130 | |||
| 131 | (defvar gnus-local-organization nil "\ | ||
| 132 | *The name of your organization, as a string. | ||
| 133 | The `ORGANIZATION' environment variable is used instead if defined.") | ||
| 134 | |||
| 135 | (defcustom rmail-file-name (purecopy "~/RMAIL") "\ | 126 | (defcustom rmail-file-name (purecopy "~/RMAIL") "\ |
| 136 | Name of user's primary mail file." | 127 | Name of user's primary mail file." |
| 137 | :type 'string | 128 | :type 'string |