aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2017-02-25 19:18:16 -0500
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2017-03-08 15:06:17 -0500
commit673082b2bee3ca327db56bdc559f7f925259d1c8 (patch)
treeca334952816a15edf1f5d74eed9444433a49f2e1 /lib
parent419301539ab1c6851574e97d75c164046149d7b2 (diff)
Remove unnecessary calls to 'eval-and-compile'
Diffstat (limited to 'lib')
-rw-r--r--lib/pg-fontsets.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/pg-fontsets.el b/lib/pg-fontsets.el
index 2c0528cc..c4d76efc 100644
--- a/lib/pg-fontsets.el
+++ b/lib/pg-fontsets.el
@@ -21,8 +21,7 @@
;;; Code:
-(eval-and-compile
- (require 'fontset)) ; needed for some emacsen without X
+(require 'fontset)
(defcustom pg-fontsets-default-fontset nil
"*Name of default fontset to use with Proof General."