For consistency, use plural form for core directories

This commit is contained in:
syl20bnr 2015-01-22 23:03:20 -05:00
parent 21987958ec
commit a6850fc41d
5 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
## ##
## License: GPLv3 ## License: GPLv3
EMACS_DIR=~/.emacs.d/ EMACS_DIR=~/.emacs.d/
TEST_DIR=$(EMACS_DIR)core/test/ TEST_DIR=$(EMACS_DIR)core/tests/
all: test all: test

View file

@ -14,5 +14,5 @@
(mapc 'add-to-load-path (mapc 'add-to-load-path
`( `(
,(concat user-emacs-directory "core/") ,(concat user-emacs-directory "core/")
,(concat user-emacs-directory "core/lib/") ,(concat user-emacs-directory "core/libs/")
)) ))