Mercurial > emacs
changeset 2601:c6fef1c54d00
(gnus-inews-organization): If ORGANIZATION is "", set it to nil.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 28 Apr 1993 20:31:02 +0000 |
parents | 615f7101473a |
children | 2465861025cd |
files | lisp/=gnuspost.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/=gnuspost.el Wed Apr 28 17:33:42 1993 +0000 +++ b/lisp/=gnuspost.el Wed Apr 28 20:31:02 1993 +0000 @@ -1,6 +1,6 @@ ;;; gnuspost.el --- post news commands for GNUS newsreader -;; Copyright (C) 1989, 1990 Free Software Foundation, Inc. +;; Copyright (C) 1989, 1990, 1993 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> ;; Keywords: news @@ -644,6 +644,8 @@ (let ((organization (or (getenv "ORGANIZATION") gnus-your-organization (expand-file-name "~/.organization" nil)))) + (if (equal organization "") + (setq organization nil)) (and (stringp organization) (string-equal (substring organization 0 1) "/") ;; Get it from the user and system file.