forked from colonelpanic/dotfiles
supress-messages macro
This commit is contained in:
parent
134872ec90
commit
995dda48d5
@ -142,6 +142,10 @@
|
|||||||
;; functions
|
;; functions
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
|
||||||
|
(defmacro suppress-messages (&rest forms)
|
||||||
|
`(flet ((message (&rest r) nil))
|
||||||
|
,@forms))
|
||||||
|
|
||||||
(defun cmp-int-list (a b)
|
(defun cmp-int-list (a b)
|
||||||
(when (and a b)
|
(when (and a b)
|
||||||
(cond ((> (car a) (car b)) 1)
|
(cond ((> (car a) (car b)) 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user