Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-gyp/gyp/tools/emacs/gyp.el')
-rw-r--r--node_modules/node-gyp/gyp/tools/emacs/gyp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/node-gyp/gyp/tools/emacs/gyp.el b/node_modules/node-gyp/gyp/tools/emacs/gyp.el
index b98b155ce..042ff3a92 100644
--- a/node_modules/node-gyp/gyp/tools/emacs/gyp.el
+++ b/node_modules/node-gyp/gyp/tools/emacs/gyp.el
@@ -213,7 +213,7 @@
string-start)
(setq string-start (gyp-parse-to limit))
(if string-start
- (setq group (case (gyp-section-at-point)
+ (setq group (cl-case (gyp-section-at-point)
('dependencies 1)
('variables 2)
('conditions 2)