emacs-devel
[Top][All Lists]
Advanced

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

url-device-type: infinite loop:


From: T. V. Raman
Subject: url-device-type: infinite loop:
Date: Thu, 22 Nov 2007 16:50:11 -0800

The following code creates an infinite loop:
in url-privacy.el:

(defun url-device-type (&optional device)
  (if (fboundp 'device-type)
      (url-device-type device)
    (or window-system 'tty)))

-- 
Best Regards,
--raman

      
Email:  address@hidden
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: address@hidden
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs




reply via email to

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