emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Fri, 16 May 2003 17:17:52 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.601 emacs/lisp/simple.el:1.602
*** emacs/lisp/simple.el:1.601  Tue May 13 20:57:02 2003
--- emacs/lisp/simple.el        Fri May 16 17:17:52 2003
***************
*** 1348,1354 ****
                  (setq proc (start-process "Shell" buffer shell-file-name
                                            shell-command-switch command))
                  (setq mode-line-process '(":%s"))
!                 (shell-mode)
                  (set-process-sentinel proc 'shell-command-sentinel)
                  ))
            (shell-command-on-region (point) (point) command
--- 1348,1354 ----
                  (setq proc (start-process "Shell" buffer shell-file-name
                                            shell-command-switch command))
                  (setq mode-line-process '(":%s"))
!                 (require 'shell) (shell-mode)
                  (set-process-sentinel proc 'shell-command-sentinel)
                  ))
            (shell-command-on-region (point) (point) command




reply via email to

[Prev in Thread] Current Thread [Next in Thread]