Remove now-broken elisp that depends on utop-ocaml-preprocessor
This commit is contained in:
parent
ca00ce6146
commit
7bd35e08ae
|
@ -1023,10 +1023,6 @@ defaults to 0."
|
|||
|
||||
(defun utop-hack-local-variables ()
|
||||
"Perform actions defined by local variables"
|
||||
(when utop-ocaml-preprocessor
|
||||
(with-current-buffer (utop))
|
||||
(utop-eval-string (format "#%s" utop-ocaml-preprocessor))
|
||||
(message (format "uTop: %s OCaml preprocessor loaded" utop-ocaml-preprocessor)))
|
||||
(utop-query-load-package-list))
|
||||
|
||||
;; +-----------------------------------------------------------------+
|
||||
|
|
Loading…
Reference in New Issue