Skip to content

Commit

Permalink
Make gyp.el conform to conventional library format
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
darkfeline authored and markmentovai committed Feb 7, 2024
1 parent 2d207fd commit 1615ec3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/emacs/gyp.el
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -273,3 +275,4 @@
)))

(provide 'gyp)
;;; gyp.el ends here

0 comments on commit 1615ec3

Please sign in to comment.