aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-02-08 22:29:41 -0500
committerGlenn Morris <[email protected]>2012-02-08 22:29:41 -0500
commit3f88cd72e9cf0ef3ccde2c0508ec4d9f468d0bca (patch)
tree3f658e885a22a0e82af892b63e999c13dbbbdd39 /lisp/net
parentd95b247d1d8fbfae4c739f6a1f47069b7807964c (diff)
Doc fixes for emacsbug.el
* lisp/mail/emacsbug.el (report-emacs-bug-can-use-osx-open) (report-emacs-bug-can-use-xdg-email): (report-emacs-bug-insert-to-mailer): Doc fixes. (report-emacs-bug): Message fix. * etc/NEWS: Related edit. * lisp/net/browse-url.el: Comment.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/browse-url.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
index 99f3c53f02..50423208e3 100644
--- a/lisp/net/browse-url.el
+++ b/lisp/net/browse-url.el
@@ -969,6 +969,7 @@ This requires you to be running either Gnome, KDE, Xfce4 or LXDE."
(eq 0 (call-process
"/bin/sh" nil nil nil
"-c"
+ ;; FIXME use string-match rather than grep.
"xprop -root _DT_SAVE_MODE|grep xfce4"))
(error nil))
(member (getenv "DESKTOP_SESSION") '("LXDE" "Lubuntu"))