remove (ice-9 emacs)
[bpt/guile.git] / module / ice-9 / deprecated.scm
index 8912801..d6cc3b9 100644 (file)
@@ -64,7 +64,6 @@
             the-last-stack
             save-stack
             named-module-use!
-            load-emacs-interface
             top-repl)
 
   #:replace (module-ref-submodule module-define-submodule!))
@@ -684,14 +683,6 @@ it.")
    "`named-module-use!' is deprecated. Define it yourself if you need it.")
   (module-use! (resolve-module user) (resolve-interface usee)))
 
-(define (load-emacs-interface)
-  (issue-deprecation-warning
-   "`load-emacs-interface' and the old emacs interface itself are deprecated.
-Use Geiser.")
-  (and (provided? 'debug-extensions)
-       (debug-enable 'backtrace))
-  (named-module-use! '(guile-user) '(ice-9 emacs)))
-
 (define (top-repl)
   (issue-deprecation-warning
    "`top-repl' has moved to the `(ice-9 top-repl)' module.")