emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/paths.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/paths.el
Date: Tue, 19 Oct 2004 02:30:16 -0400

Index: emacs/lisp/paths.el
diff -c emacs/lisp/paths.el:1.67 emacs/lisp/paths.el:1.68
*** emacs/lisp/paths.el:1.67    Sun Oct 17 07:13:37 2004
--- emacs/lisp/paths.el Tue Oct 19 06:14:45 2004
***************
*** 106,112 ****
        "/usr/spool/news/"
      "/var/spool/news/")
    "The root directory below which all news files are stored.")
! (defalias 'news-path 'news-directory)
  
  (defvar news-inews-program
    (cond ((file-exists-p "/usr/bin/inews") "/usr/bin/inews")
--- 106,112 ----
        "/usr/spool/news/"
      "/var/spool/news/")
    "The root directory below which all news files are stored.")
! (defvaralias 'news-path 'news-directory)
  
  (defvar news-inews-program
    (cond ((file-exists-p "/usr/bin/inews") "/usr/bin/inews")




reply via email to

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