author | NIIMI Satoshi <sa2c@sa2c.net> |
Thu, 11 Oct 2007 06:01:30 +0900 | |
changeset 5466 | 87860c62e003 |
parent 5465 | 9873cbb134b2 |
child 5467 | 521284cdbcb4 |
contrib/mq.el | file | annotate | diff | comparison | revisions |
--- a/contrib/mq.el Thu Oct 11 05:58:54 2007 +0900 +++ b/contrib/mq.el Thu Oct 11 06:01:30 2007 +0900 @@ -63,6 +63,9 @@ (make-variable-buffer-local 'mq-prev-buffer) (put 'mq-prev-buffer 'permanent-local t) +(defvar mq-top nil) +(make-variable-buffer-local 'mq-top) +(put 'mq-top 'permanent-local t) ;;; Global keymap.