diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-09-18 09:06:34 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-09-18 09:09:00 -0700 |
commit | 4de96970f192bc2226250e52d1366e985db90ab5 (patch) | |
tree | 652073f7f234990d954724b0e896a92f75e51595 | |
parent | 51ae6e61e2d14354e66b95cc028b8d1ebddfdc74 (diff) | |
download | mu-4de96970f192bc2226250e52d1366e985db90ab5.tar.gz |
3400
Undo commit 3340. Let's standardize names of non-core files to only have dashes. That's also consistent with the edit/ and sandbox/ apps. Mu programmers will tend to pervasively use dashes, just like Lisp programmers. Scripts will continue to use underscores..
-rw-r--r-- | exuberant_ctags_rc (renamed from exuberant-ctags-rc) | 0 | ||||
-rw-r--r-- | immutable-error.mu (renamed from immutable_error.mu) | 0 | ||||
-rw-r--r-- | lambda-to-mu.mu (renamed from lambda_to_mu.mu) | 0 | ||||
-rw-r--r-- | real-files.mu (renamed from real_files.mu) | 0 | ||||
-rw-r--r-- | static-dispatch.mu (renamed from static_dispatch.mu) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/exuberant-ctags-rc b/exuberant_ctags_rc index 120d339e..120d339e 100644 --- a/exuberant-ctags-rc +++ b/exuberant_ctags_rc diff --git a/immutable_error.mu b/immutable-error.mu index 2d25d56e..2d25d56e 100644 --- a/immutable_error.mu +++ b/immutable-error.mu diff --git a/lambda_to_mu.mu b/lambda-to-mu.mu index 0bdeb43f..0bdeb43f 100644 --- a/lambda_to_mu.mu +++ b/lambda-to-mu.mu diff --git a/real_files.mu b/real-files.mu index 78108fbe..78108fbe 100644 --- a/real_files.mu +++ b/real-files.mu diff --git a/static_dispatch.mu b/static-dispatch.mu index 7aec6fa1..7aec6fa1 100644 --- a/static_dispatch.mu +++ b/static-dispatch.mu |