Source file emacs_version.ml

1
2
3
4
open! Core
open! Import

let version_string = Funcall.Wrap.("emacs-version" <: nullary @-> return string)