mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-28 10:56:36 +00:00
Move url-ns.el to obsolete/
* lisp/url/url-ns.el: Move from here... * lisp/obsolete/url-ns.el: ...to here. (Bug#19822)
This commit is contained in:
parent
d8e741548c
commit
41f59e71e2
5
etc/NEWS
5
etc/NEWS
@ -2690,6 +2690,11 @@ directories if you ask it for a "file:///dir" URL. Since this is a
|
||||
low-level library, such decisions (if they are to be made at all) are
|
||||
left to higher-level functions.
|
||||
|
||||
---
|
||||
** The url-ns.el library is now marked obsolete.
|
||||
This library is used to open configuration files for the long defunct
|
||||
web browser Netscape, and is no longer relevant.
|
||||
|
||||
** Image mode
|
||||
|
||||
*** New library Exif.
|
||||
|
@ -3,6 +3,7 @@
|
||||
;; Copyright (C) 1997-1999, 2004-2019 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: comm, data, processes, hypermedia
|
||||
;; Obsolete-since: 27.1
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
@ -19,6 +20,11 @@
|
||||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; This file is obsolete. For more information, see:
|
||||
;; https://debbugs.gnu.org/19822
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'url-gw)
|
Loading…
Reference in New Issue
Block a user