emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-privacy.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-privacy.el
Date: Tue, 10 Jan 2006 19:13:54 +0000

Index: emacs/lisp/url/url-privacy.el
diff -u emacs/lisp/url/url-privacy.el:1.7 emacs/lisp/url/url-privacy.el:1.8
--- emacs/lisp/url/url-privacy.el:1.7   Sat Aug  6 15:55:38 2005
+++ emacs/lisp/url/url-privacy.el       Tue Jan 10 19:13:54 2006
@@ -1,7 +1,7 @@
 ;;; url-privacy.el --- Global history tracking for URL package
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005 Free Software Foundation, Inc.
+;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
@@ -33,6 +33,7 @@
 
 ;;;###autoload
 (defun url-setup-privacy-info ()
+  "Setup variables that expose info about you and your system."
   (interactive)
   (setq url-system-type
        (cond
@@ -72,13 +73,11 @@
              (and (listp url-privacy-level)
                   (memq 'os url-privacy-level)))
          nil)
-        ((boundp 'system-configuration)
-         system-configuration)
-        ((boundp 'system-type)
-         (symbol-name system-type))
+        ((boundp 'system-configuration) system-configuration)
+        ((boundp 'system-type) (symbol-name system-type))
         (t nil))))
 
 (provide 'url-privacy)
 
-;;; arch-tag: fdaf95e4-98f0-4680-94c3-f3eadafabe1d
+;; arch-tag: fdaf95e4-98f0-4680-94c3-f3eadafabe1d
 ;;; url-privacy.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]