Skip to content
Snippets Groups Projects
Commit 87860c62 authored by NIIMI Satoshi's avatar NIIMI Satoshi
Browse files

mq.el: declare variable mq-top

parent 9873cbb1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment