8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
;; -*- mode: lisp-data -*-
|
|
|
|
(fset 'test-fun (lambda (x)
|
|
(error (list x))))
|
|
|
|
(test-fun "hi")
|
|
|