/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.501.4.7 by eliz, Wed May 1 15:11:27 2002 UTC revision 1.501.4.8 by eliz, Sat Jul 6 13:22:53 2002 UTC
# Line 1265  specifies the value of ERROR-BUFFER." Line 1265  specifies the value of ERROR-BUFFER."
1265                                       (current-buffer)))))                                       (current-buffer)))))
1266          ;; Preserve the match data in case called from a program.          ;; Preserve the match data in case called from a program.
1267          (save-match-data          (save-match-data
1268            (if (string-match "[ \t]*&[ \t]*$" command)            (if (string-match "[ \t]*&[ \t]*\\'" command)
1269                ;; Command ending with ampersand means asynchronous.                ;; Command ending with ampersand means asynchronous.
1270                (let ((buffer (get-buffer-create                (let ((buffer (get-buffer-create
1271                               (or output-buffer "*Async Shell Command*")))                               (or output-buffer "*Async Shell Command*")))

Legend:
Removed from v.1.501.4.7  
changed lines
  Added in v.1.501.4.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26