From b69c5b2a72308b0fad3d25cf70fc2238f0d1ff80 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Fri, 10 Jan 2014 20:40:11 +0000 Subject: [PATCH] merlin.el: Fix initial line to satisfy package.el A triple-semicolon is required in order for source files to be parseable by `package-buffer-info`, and therefore installed via `package.el` --- emacs/merlin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/merlin.el b/emacs/merlin.el index d60af92407..68ac151c21 100644 --- a/emacs/merlin.el +++ b/emacs/merlin.el @@ -1,4 +1,4 @@ -;; merlin.el --- Mode for Merlin, an assistant for OCaml. -*- coding: utf-8 -*- +;;; merlin.el --- Mode for Merlin, an assistant for OCaml. -*- coding: utf-8 -*- ;; Licensed under the MIT license. ;; Author: Simon Castellan