branch: elpa/forth-mode
commit 9300eb75c48209473a15f136563a7d7690156a65
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>

    Remove stubs.
---
 forth-mode.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/forth-mode.el b/forth-mode.el
index 03d4ebaa15..de8adcf1c3 100644
--- a/forth-mode.el
+++ b/forth-mode.el
@@ -77,8 +77,6 @@
       (forth-block-mode))
   (setq font-lock-defaults '(forth-font-lock-keywords))
   (setq ;; font-lock-defaults
-       indent-line-function #'forth-indent
-       comment-indent-function #'forth-indent-comment
        comment-start-skip "\\((\\*?\\|\\\\\\) *"
        comment-start "("
        comment-end ")"
@@ -100,12 +98,6 @@
   (search-forward-regexp 
"\\(^\\|\\s-\\)\\(\\S-*:\\|code\\|defer\\|2?variable\\|create\\|2?value\\|2?constant\\)\\s-+\\([[:graph:]]+\\)"
                         limit t))
 
-(defun forth-forward-sexp ())
-(defun forth-backward-sexp ())
-(defun forth-kill-sexp ())
-(defun forth-beginning-of-defun ())
-(defun forth-end-of-defun ())
-
 (defun forth-load-file (file)
   (interactive (list (buffer-file-name (current-buffer))))
   (forth-interaction-send (concat "include " file)))

Reply via email to