X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/eeff0f485929b225f9b302e5957a654f4a367305..ba3189039adc8ec5eba5ed3e21d42019a4616b7c:/lisp/cedet/ede/shell.el diff --git a/lisp/cedet/ede/shell.el b/lisp/cedet/ede/shell.el index edc75f42de..3d6eb194e4 100644 --- a/lisp/cedet/ede/shell.el +++ b/lisp/cedet/ede/shell.el @@ -1,6 +1,6 @@ ;;; ede/shell.el --- A shell controlled by EDE. ;; -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009-2014 Free Software Foundation, Inc. ;; ;; Author: Eric M. Ludlam @@ -70,7 +70,7 @@ COMMAND is a text string representing the thing to be run." (defmethod ede-shell-buffer ((target ede-target)) "Get the buffer for running shell commands for TARGET." (let ((name (ede-name target))) - (get-buffer-create (format "*EDE Shell %s" name)))) + (get-buffer-create (format "*EDE Shell %s*" name)))) (provide 'ede/shell) @@ -79,5 +79,4 @@ COMMAND is a text string representing the thing to be run." ;; generated-autoload-load-name: "ede/shell" ;; End: -;; arch-tag: 71bb9dc4-ad1c-4ba3-a95e-531a90500ca9 ;;; ede/shell.el ends here