diff options
Diffstat (limited to 'lisp/shell.el')
-rw-r--r-- | lisp/shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index dde06ef075f..df5dee2618b 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -575,7 +575,7 @@ Otherwise, one argument `-i' is passed to the shell. buffer) ;; Don't do this when shell.el is loaded, only while dumping. -;;;###autoload (add-hook 'same-window-buffer-names "*shell*") +;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*shell*")) ;;; Directory tracking ;; |