emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/forth-mode 9300eb75c4 025/153: Remove stubs.


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode 9300eb75c4 025/153: Remove stubs.
Date: Sat, 29 Jan 2022 08:02:14 -0500 (EST)

branch: elpa/forth-mode
commit 9300eb75c48209473a15f136563a7d7690156a65
Author: Lars Brinkhoff <lars.brinkhoff@delphi.com>
Commit: Lars Brinkhoff <lars.brinkhoff@delphi.com>

    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

[Prev in Thread] Current Thread [Next in Thread]