X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fnnspool.el;h=5bcd21494fb7d19de23c149ce830d7db1d2bb8a8;hp=fd079d909eb2c8cef8fc8d4e0b64099a92182c20;hb=54b3844ec0d9b1fd25b4f00f927853ff72ba5274;hpb=ae9aa6784a1d1ec21d3c0778d987e9af5d06ce87 diff --git a/lisp/nnspool.el b/lisp/nnspool.el index fd079d909..5bcd21494 100644 --- a/lisp/nnspool.el +++ b/lisp/nnspool.el @@ -1,7 +1,7 @@ ;;; nnspool.el --- spool access for GNU Emacs -;; Copyright (C) 1988-1990, 1993-1998, 2000-2012 -;; Free Software Foundation, Inc. +;; Copyright (C) 1988-1990, 1993-1998, 2000-2014 Free Software +;; Foundation, Inc. ;; Author: Masanobu UMEDA ;; Lars Magne Ingebrigtsen @@ -34,11 +34,12 @@ ;; Probably this entire thing should be obsolete. ;; It's only used to init nnspool-spool-directory, so why not just ;; set that variable's default directly? -(defvar news-directory (if (file-exists-p "/usr/spool/news/") - "/usr/spool/news/" - "/var/spool/news/") - "The root directory below which all news files are stored.") -(defvaralias 'news-path 'news-directory) +(eval-and-compile + (defvar news-directory (if (file-exists-p "/usr/spool/news/") + "/usr/spool/news/" + "/var/spool/news/") + "The root directory below which all news files are stored.") + (defvaralias 'news-path 'news-directory)) ;; Ditto re obsolescence. (defvar news-inews-program