]> code.delx.au - gnu-emacs-elpa/commitdiff
poptoshell - reserve pop-to-shell-buffer-name-history.
authorKen Manheimer <ken.manheimer@gmail.com>
Tue, 15 Dec 2015 16:23:00 +0000 (11:23 -0500)
committerKen Manheimer <ken.manheimer@gmail.com>
Tue, 15 Dec 2015 16:23:00 +0000 (11:23 -0500)
poptoshell.el

index 6cbe0ae5325b94474191ece36aef331132e88016..dad7b222c07aad534d00a26605d3534ae97a915f 100644 (file)
@@ -29,6 +29,8 @@ Otherwise, open a new window in the current frame."
 
 (defvar pop-to-shell-primary-name "*shell*"
   "Shell name to use for un-modified pop-to-shell buffer target.")
+(defvar pop-to-shell-buffer-name-history nil
+  "Distinct pop-to-shell completion history container.")
 
 (defun pop-to-shell (&optional arg)