Print only OCaml preprocessor message loaded if it was really loaded
Ignore-this: b96ea788d929cf7dbb853adfa59e4213 darcs-hash:20120731235343-33bd9-711df107c2b3b4580c0c37fe8271e732a4caeada
This commit is contained in:
parent
e4796c8e51
commit
718fb69db1
|
@ -1002,8 +1002,8 @@ defaults to 0."
|
|||
"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 preprocessor loaded" utop-ocaml-preprocessor))
|
||||
(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