insert module hack.

This commit is contained in:
Kazu Yamamoto
2012-01-23 15:12:24 +09:00
parent 4e87e389e5
commit cc6a2d7070
3 changed files with 14 additions and 5 deletions

View File

@@ -94,6 +94,11 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun ghc-things-at-point ()
(thing-at-point 'sexp))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defun ghc-keyword-number-pair (spec)
(let ((len (length spec)) key ret)
(dotimes (i len (nreverse ret))