diff options
| author | Clément Pit--Claudel | 2017-02-25 19:18:16 -0500 |
|---|---|---|
| committer | Clément Pit--Claudel | 2017-03-08 15:06:17 -0500 |
| commit | 673082b2bee3ca327db56bdc559f7f925259d1c8 (patch) | |
| tree | ca334952816a15edf1f5d74eed9444433a49f2e1 /lib/pg-fontsets.el | |
| parent | 419301539ab1c6851574e97d75c164046149d7b2 (diff) | |
Remove unnecessary calls to 'eval-and-compile'
Diffstat (limited to 'lib/pg-fontsets.el')
| -rw-r--r-- | lib/pg-fontsets.el | 3 |
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." |
