Last commit before releasing 0.6.0

This commit is contained in:
capitaomorte
2009-07-25 11:14:22 +00:00
parent b90926499a
commit f40a013dec
12 changed files with 1553 additions and 15 deletions

View File

@@ -2,12 +2,12 @@
#contributor : hitesh <hitesh.jasani@gmail.com>
#group : definitions
# --
class ${1:$$
(let ((fn (capitalize (file-name-nondirectory
class ${1:`(let ((fn (capitalize (file-name-nondirectory
(file-name-sans-extension
(buffer-file-name))))))
(or (buffer-file-name)
(buffer-name (current-buffer))))))))
(cond
((string-match "_" fn) (replace-match "" nil nil fn))
(t fn)))}
(t fn)))`}
$0
end