--- gforth/gforth.el 1997/03/25 23:27:12 1.21 +++ gforth/gforth.el 1997/04/11 17:42:23 1.22 @@ -92,7 +92,7 @@ OBS! All words in forth-negatives must b (define-key forth-mode-map "\M-q" 'forth-fill-paragraph) (define-key forth-mode-map "\e." 'forth-find-tag) -(load "etags.el") +(load "etags") (defun forth-find-tag (tagname &optional next-p regexp-p) (interactive (find-tag-interactive "Find tag: "))