aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/obsolete/url-ns.el (renamed from lisp/url/url-ns.el)6
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1a5047f60a5..f0289eb958d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2690,6 +2690,11 @@ directories if you ask it for a "file:///dir" URL. Since this is a
2690low-level library, such decisions (if they are to be made at all) are 2690low-level library, such decisions (if they are to be made at all) are
2691left to higher-level functions. 2691left to higher-level functions.
2692 2692
2693---
2694** The url-ns.el library is now marked obsolete.
2695This library is used to open configuration files for the long defunct
2696web browser Netscape, and is no longer relevant.
2697
2693** Image mode 2698** Image mode
2694 2699
2695*** New library Exif. 2700*** New library Exif.
diff --git a/lisp/url/url-ns.el b/lisp/obsolete/url-ns.el
index 733f3a9e478..a301e461ad7 100644
--- a/lisp/url/url-ns.el
+++ b/lisp/obsolete/url-ns.el
@@ -3,6 +3,7 @@
3;; Copyright (C) 1997-1999, 2004-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1997-1999, 2004-2019 Free Software Foundation, Inc.
4 4
5;; Keywords: comm, data, processes, hypermedia 5;; Keywords: comm, data, processes, hypermedia
6;; Obsolete-since: 27.1
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
8 9
@@ -19,6 +20,11 @@
19;; You should have received a copy of the GNU General Public License 20;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. 21;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 22
23;;; Commentary:
24
25;; This file is obsolete. For more information, see:
26;; https://debbugs.gnu.org/19822
27
22;;; Code: 28;;; Code:
23 29
24(require 'url-gw) 30(require 'url-gw)