summaryrefslogtreecommitdiff
path: root/lisp/url/url-privacy.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-08-22 21:53:34 +0000
committerGlenn Morris <rgm@gnu.org>2009-08-22 21:53:34 +0000
commit3f12e3f4bf054763b6507577e72a55a02302ace7 (patch)
tree51e88c51afeb00a107b4bc6dbb4b25717e0e1f48 /lisp/url/url-privacy.el
parent9940702bcb0915c5630e982212825a1c697ca857 (diff)
downloademacs-3f12e3f4bf054763b6507577e72a55a02302ace7.tar.gz
emacs-3f12e3f4bf054763b6507577e72a55a02302ace7.tar.bz2
emacs-3f12e3f4bf054763b6507577e72a55a02302ace7.zip
Remove code for defunct system-types Apple-Macintosh, emx, ms-windows,
next-mach.
Diffstat (limited to 'lisp/url/url-privacy.el')
-rw-r--r--lisp/url/url-privacy.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/lisp/url/url-privacy.el b/lisp/url/url-privacy.el
index 11eb6016442..9198678d507 100644
--- a/lisp/url/url-privacy.el
+++ b/lisp/url/url-privacy.el
@@ -1,7 +1,7 @@
;;; url-privacy.el --- Global history tracking for URL package
-;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008,
+;; 2009 Free Software Foundation, Inc.
;; Keywords: comm, data, processes, hypermedia
@@ -42,10 +42,7 @@
nil)
;; First, we handle the inseparable OS/Windowing system
;; combinations
- ((eq system-type 'Apple-Macintosh) "Macintosh")
- ((eq system-type 'next-mach) "NeXT")
((eq system-type 'windows-nt) "Windows-NT; 32bit")
- ((eq system-type 'ms-windows) "Windows; 16bit")
((eq system-type 'ms-dos) "MS-DOS; 32bit")
((memq (url-device-type) '(win32 w32)) "Windows; 32bit")
((eq (url-device-type) 'pm) "OS/2; 32bit")