branch: elpa/forth-mode
commit effb52b8e012c0acaaff0c3ea9cf82c256a1b3a5
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
Load files from load-path.
---
forth-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/forth-mode.el b/forth-mode.el
index 8247d8a868..df08871f05 100644
--- a/forth-mode.el
+++ b/forth-mode.el
@@ -1,7 +1,7 @@
;;;; -*- emacs-lisp -*-
;;; Copyright 2014 Lars Brinkhoff
-(load-file "forth-block-mode.el")
+(load-library "forth-block-mode.el")
(defvar forth-mode-map
(let ((map (make-sparse-keymap)))