larsbrinkhoff / forth-mode

Wants to be the SLIME of Forth
GNU General Public License v3.0
61 stars 17 forks source link

pushnew doesn't exist in freshly installed emacs #67

Closed vigilancetech-com closed 7 years ago

vigilancetech-com commented 7 years ago

In the installation instructions when it says:

(pushnew "DIR" load-path) (require 'forth-mode) (require 'forth-block-mode) (require 'forth-interaction-mode)

I get an error about pushnew not existing in a fresh emacs installation. cl-pushnew does appear to exist however.

larsbrinkhoff commented 7 years ago

Thanks! I fixed the instructions to use add-to-list instead.