##// END OF EJS Templates
mq.el: declare variable mq-top
NIIMI Satoshi -
r5466:87860c62 default
parent child Browse files
Show More
@@ -63,6 +63,9 b''
63 63 (make-variable-buffer-local 'mq-prev-buffer)
64 64 (put 'mq-prev-buffer 'permanent-local t)
65 65
66 (defvar mq-top nil)
67 (make-variable-buffer-local 'mq-top)
68 (put 'mq-top 'permanent-local t)
66 69
67 70 ;;; Global keymap.
68 71
General Comments 0
You need to be logged in to leave comments. Login now