Created
October 4, 2009 08:55
-
-
Save mori-dev/201265 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#name : defun エラー処理つき | |
# -- | |
(defun ${1:関数名} ($2) | |
"" | |
(condition-case err | |
$0 | |
(error (message "error: %s" (error-message-string err))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment