emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/forth-mode effb52b8e0 009/153: Load files from load-path.


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode effb52b8e0 009/153: Load files from load-path.
Date: Sat, 29 Jan 2022 08:02:12 -0500 (EST)

branch: elpa/forth-mode
commit effb52b8e012c0acaaff0c3ea9cf82c256a1b3a5
Author: Lars Brinkhoff <lars.brinkhoff@delphi.com>
Commit: Lars Brinkhoff <lars.brinkhoff@delphi.com>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]