summaryrefslogtreecommitdiff
path: root/elisp/geiser-base.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp/geiser-base.el')
-rw-r--r--elisp/geiser-base.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/elisp/geiser-base.el b/elisp/geiser-base.el
index ee30770..aefff5f 100644
--- a/elisp/geiser-base.el
+++ b/elisp/geiser-base.el
@@ -27,14 +27,6 @@
(let ((inhibit-changing-match-data t))
(looking-at regexp))))
-(when (not (fboundp 'font-lock-ensure))
- (defun font-lock-ensure (&optional beg end)
- (with-no-warnings (font-lock-fontify-region (or beg (point-min))
- (or end (point-max))))))
-
-(when (not (fboundp 'font-lock-flush))
- (defun font-lock-flush (&optional beg end)))
-
;;; Utilities:
(defsubst geiser--chomp (str)