Skip to content

Instantly share code, notes, and snippets.

@pogin503
Created October 25, 2014 13:40
Show Gist options
  • Save pogin503/b91afbbc7482bb0b36bc to your computer and use it in GitHub Desktop.
Save pogin503/b91afbbc7482bb0b36bc to your computer and use it in GitHub Desktop.
custom-set-variablesでバイトコンパイルの警告が出るかどうか
(setq my-val1 t)
(custom-set-variables
'(my-val2 3))
;; M-x byte-compile-file RET
;; => test.el:1:7:Warning: assignment to free variable `my-val1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment