aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJoakim Verona2012-07-08 17:42:57 +0200
committerJoakim Verona2012-07-08 17:42:57 +0200
commit08ab3a852d01cd7a1530657d099cd5066d747dd5 (patch)
tree288661fcfe569491b3a2618d32e83c2470ba576e /lisp
parentabef2047941f87ae4baa34b3a8675de4d0068b7a (diff)
downloademacs-08ab3a852d01cd7a1530657d099cd5066d747dd5.tar.gz
emacs-08ab3a852d01cd7a1530657d099cd5066d747dd5.zip
fixes so xwidgets doesnt pollute a non xwidget build
Diffstat (limited to 'lisp')
-rw-r--r--lisp/xwidget.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index d90dca3f755..38b404586e6 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -5,7 +5,8 @@
5;;; Commentary: 5;;; Commentary:
6;; 6;;
7 7
8(require 'xwidget-internal) 8;;TODO this breaks compilation when we dont have xwidgets
9;;(require 'xwidget-internal)
9 10
10;;TODO model after make-text-button instead! 11;;TODO model after make-text-button instead!
11;;; Code: 12;;; Code: