aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2012-03-01 15:49:43 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2012-03-01 15:49:43 +0000
commit47bbb5d108309bdde3f8a0398f3869f2f805f87f (patch)
tree4912309e23b1e9e3102bc5e5ddf61dae47a32648 /lib
parentcf0c3e813e4601f7462268703efd5b14424bd6c3 (diff)
fix compilation with emacs23-nox of Debian
Diffstat (limited to 'lib')
-rw-r--r--lib/pg-fontsets.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pg-fontsets.el b/lib/pg-fontsets.el
index 9ad53b2b..2c0528cc 100644
--- a/lib/pg-fontsets.el
+++ b/lib/pg-fontsets.el
@@ -21,6 +21,9 @@
;;; Code:
+(eval-and-compile
+ (require 'fontset)) ; needed for some emacsen without X
+
(defcustom pg-fontsets-default-fontset nil
"*Name of default fontset to use with Proof General."
:type 'string