branch: elpa/forth-mode
commit 2d30ca8eaaebbb9ee94aca46418ba4bb71ea2569
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
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)