Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((lisp-mode . ((tab-width . 8)))
(t . ((tab-width . 10))))
4 changes: 4 additions & 0 deletions cocoa-ide/.dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")

((lisp-mode . ((tab-width . 8))))
1 change: 1 addition & 0 deletions level-1/l1-error-signal.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
(simple-file-error (make-condition condition-name
:pathname (car errargs)
:error-type format-string
:format-control format-string
:format-arguments (cdr errargs)))
(undefined-function (make-condition condition-name
:name (car errargs)))
Expand Down