[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/url/url-privacy.el,v
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/url/url-privacy.el,v |
Date: |
Sat, 24 Nov 2007 03:29:25 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 07/11/24 03:29:25
Index: url-privacy.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/url-privacy.el,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- url-privacy.el 20 Nov 2007 00:57:08 -0000 1.11
+++ url-privacy.el 24 Nov 2007 03:29:25 -0000 1.12
@@ -29,7 +29,7 @@
(defun url-device-type (&optional device)
(if (fboundp 'device-type)
- (url-device-type device)
+ (device-type device) ; XEmacs
(or window-system 'tty)))
;;;###autoload