From 1615ec326858f8c2bd8f30b3a86ea71830409ce4 Mon Sep 17 00:00:00 2001 From: Allen Li Date: Tue, 6 Feb 2024 18:24:16 -0800 Subject: [PATCH] Make gyp.el conform to conventional library format Makes it play better with Emacs ecosystem generally (e.g., builtin package.el support) Change-Id: Ifb48baf85fcfdd71052e1a0098dc0b845417dc86 Reviewed-on: https://chromium-review.googlesource.com/c/external/gyp/+/5276479 Reviewed-by: Mark Mentovai --- tools/emacs/gyp.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/emacs/gyp.el b/tools/emacs/gyp.el index b98b155c..bf2db708 100644 --- a/tools/emacs/gyp.el +++ b/tools/emacs/gyp.el @@ -1,9 +1,11 @@ -;;; gyp.el - font-lock-mode support for gyp files. +;;; gyp.el --- font-lock-mode support for gyp files. ;; Copyright (c) 2012 Google Inc. All rights reserved. ;; Use of this source code is governed by a BSD-style license that can be ;; found in the LICENSE file. +;; Version: 0.1.0 + ;; Put this somewhere in your load-path and ;; (require 'gyp) @@ -273,3 +275,4 @@ ))) (provide 'gyp) +;;; gyp.el ends here