diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-02 13:36:58 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-02 13:36:58 +0000 |
commit | 975f82c969c073ba1cad2218f90a4d8c730b4572 (patch) | |
tree | cff49bea9b745f99f951def7cce50e29ba0db24a /lisp/help.el | |
parent | 1ac3fc4299b4bc102d8d17fe0b8bfb27c819961d (diff) | |
download | emacs-975f82c969c073ba1cad2218f90a4d8c730b4572.tar.gz |
(view-emacs-news): Use ONEWS.* instead of NEWS.* files.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index aa3e7c42e32..92a682d4fe4 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -444,7 +444,7 @@ With numeric argument, display information on correspondingly older changes." (t (nth (- arg 2) (nreverse (directory-files data-directory - nil "^NEWS\\.[0-9]+$" + nil "^ONEWS\\.[0-9]+$" nil))))))) (if file (find-file-read-only (expand-file-name file data-directory)) |