Mercurial > hg
changeset 5466:87860c62e003
mq.el: declare variable mq-top
author | NIIMI Satoshi <sa2c@sa2c.net> |
---|---|
date | Thu, 11 Oct 2007 06:01:30 +0900 |
parents | 9873cbb134b2 |
children | 521284cdbcb4 |
files | contrib/mq.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.