We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0a28a commit 13d5b66Copy full SHA for 13d5b66
tools/emacs/gyp-tests.el
@@ -30,7 +30,7 @@
30
"For the purposes of face comparison, we're not interested in the
31
differences between certain faces. For example, the difference between
32
font-lock-comment-delimiter and font-lock-comment-face."
33
- (case face
+ (cl-case face
34
((font-lock-comment-delimiter-face) font-lock-comment-face)
35
(t face)))
36
tools/emacs/gyp.el
@@ -213,7 +213,7 @@
213
string-start)
214
(setq string-start (gyp-parse-to limit))
215
(if string-start
216
- (setq group (case (gyp-section-at-point)
+ (setq group (cl-case (gyp-section-at-point)
217
('dependencies 1)
218
('variables 2)
219
('conditions 2)
0 commit comments