--- gforth/gforth.el 2010/04/10 13:03:01 1.77 +++ gforth/gforth.el 2010/07/04 10:08:40 1.78 @@ -537,6 +537,8 @@ End:\" construct).") "Parse and bind local variables, set in the contents of the current forth-mode buffer. Prepend `forth-local-words' to `forth-words' and `forth-local-indent-words' to `forth-indent-words'." + (put 'forth-local-indent-words 'safe-local-variable 'listp) + (put 'forth-local-words 'safe-local-variable 'listp) (hack-local-variables) (setq forth-words (append forth-local-words forth-words)) (setq forth-indent-words (append forth-local-indent-words