X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/cce7d53002e8abc346b67ea4100507b0e7c4d68e..9ac6d28ab8c29547d9f9365dc8f7cea13c32ef7a:/lisp/url/url-privacy.el diff --git a/lisp/url/url-privacy.el b/lisp/url/url-privacy.el index ff89b125c6..5ab0147839 100644 --- a/lisp/url/url-privacy.el +++ b/lisp/url/url-privacy.el @@ -1,6 +1,6 @@ ;;; url-privacy.el --- Global history tracking for URL package -;; Copyright (C) 1996-1999, 2004-2011 Free Software Foundation, Inc. +;; Copyright (C) 1996-1999, 2004-2014 Free Software Foundation, Inc. ;; Keywords: comm, data, processes, hypermedia @@ -21,7 +21,6 @@ ;;; Code: -(eval-when-compile (require 'cl)) (require 'url-vars) (defun url-device-type (&optional device) @@ -46,11 +45,11 @@ ((memq (url-device-type) '(win32 w32)) "Windows; 32bit") ((eq (url-device-type) 'pm) "OS/2; 32bit") (t - (case (url-device-type) - (x "X11") - (ns "OpenStep") - (tty "TTY") - (otherwise nil))))) + (pcase (url-device-type) + (`x "X11") + (`ns "OpenStep") + (`tty "TTY") + (_ nil))))) (setq url-personal-mail-address (or url-personal-mail-address user-mail-address