more snippets and a bug fix: strange (= nil nil) will cause error in elisp.

This commit is contained in:
Zhang Chiyuan
2008-03-06 14:33:13 +00:00
parent 8ef771a696
commit c45eff49e2
11 changed files with 45 additions and 3 deletions

3
snippets/ruby-mode/am Normal file
View File

@@ -0,0 +1,3 @@
#name : alias_method new, old
# --
alias_method :${new_name}, :${old_name}