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

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

[nongnu] elpa/forth-mode 2d30ca8eaa 142/153: Use add-to-list in installa


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode 2d30ca8eaa 142/153: Use add-to-list in installation instructions instead of pushnew.
Date: Sat, 29 Jan 2022 08:02:27 -0500 (EST)

branch: elpa/forth-mode
commit 2d30ca8eaaebbb9ee94aca46418ba4bb71ea2569
Author: Lars Brinkhoff <lars@nocrew.org>
Commit: Lars Brinkhoff <lars@nocrew.org>

    Use add-to-list in installation instructions instead of pushnew.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bb7f087a00..ef08fd87e1 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Manual:
     git clone http://github.com/larsbrinkhoff/forth-mode DIR
     
     # Add to .emacs
-    (pushnew "DIR" load-path)
+    (add-to-list 'load-path "DIR")
     (require 'forth-mode)
     (require 'forth-block-mode)
     (require 'forth-interaction-mode)



reply via email to

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