Skip to content

Commit

Permalink
gyp: update gyp.el to change case to cl-case
Browse files Browse the repository at this point in the history
‘case’ is an obsolete alias (as of 27.1); use ‘cl-case’ instead.
  • Loading branch information
liuchong authored Jan 19, 2021
1 parent 787f0e1 commit e689368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/emacs/gyp.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e689368

Please sign in to comment.