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 7fc7c09 commit aab633fCopy full SHA for aab633f
clojure-mode.el
@@ -432,11 +432,13 @@ Called by `imenu--generic-function'."
432
'("*1" "*2" "*3" "*agent*"
433
"*allow-unresolved-vars*" "*assert*" "*clojure-version*"
434
"*command-line-args*" "*compile-files*"
435
- "*compile-path*" "*e" "*err*" "*file*" "*flush-on-newline*"
+ "*compile-path*" "*data-readers*" "*default-data-reader-fn*"
436
+ "*e" "*err*" "*file*" "*flush-on-newline*"
437
"*in*" "*macro-meta*" "*math-context*" "*ns*" "*out*"
438
"*print-dup*" "*print-length*" "*print-level*"
439
"*print-meta*" "*print-readably*"
440
"*read-eval*" "*source-path*"
441
+ "*unchecked-math*"
442
"*use-context-classloader*" "*warn-on-reflection*")
443
t)
444
"\\>")
0 commit comments