Sfoglia il codice sorgente

options/[no-]testing.el: Initial commit for testing-p predicate

master
Mitch Tishmack 8 anni fa
parent
commit
4fed1aeaf0
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +1
    -0
      options/no-testing.el
  2. +1
    -0
      options/testing.el

+ 1
- 0
options/no-testing.el Vedi File

@@ -0,0 +1 @@
(setq testing-p nil)

+ 1
- 0
options/testing.el Vedi File

@@ -0,0 +1 @@
(setq testing-p t)

Caricamento…
Annulla
Salva