emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/shell.el
Date: Mon, 29 Aug 2005 07:08:05 -0400

Index: emacs/lisp/shell.el
diff -c emacs/lisp/shell.el:1.131 emacs/lisp/shell.el:1.132
*** emacs/lisp/shell.el:1.131   Sat Aug  6 22:13:43 2005
--- emacs/lisp/shell.el Mon Aug 29 11:08:04 2005
***************
*** 412,418 ****
  `comint-completion-fignore'.
  
  Variables `comint-input-ring-file-name' and `comint-input-autoexpand' control
! the initialisation of the input ring history, and history expansion.
  
  Variables `comint-output-filter-functions', a hook, and
  `comint-scroll-to-bottom-on-input' and `comint-scroll-to-bottom-on-output'
--- 412,418 ----
  `comint-completion-fignore'.
  
  Variables `comint-input-ring-file-name' and `comint-input-autoexpand' control
! the initialization of the input ring history, and history expansion.
  
  Variables `comint-output-filter-functions', a hook, and
  `comint-scroll-to-bottom-on-input' and `comint-scroll-to-bottom-on-output'
***************
*** 791,797 ****
  DON'T issue this command unless the buffer is at a shell prompt.
  Also, note that if some other subprocess decides to do output
  immediately after the query, its output will be taken as the
! new directory stack -- you lose. If this happens, just do the
  command again."
    (interactive)
    (let* ((proc (get-buffer-process (current-buffer)))
--- 791,797 ----
  DON'T issue this command unless the buffer is at a shell prompt.
  Also, note that if some other subprocess decides to do output
  immediately after the query, its output will be taken as the
! new directory stack -- you lose.  If this happens, just do the
  command again."
    (interactive)
    (let* ((proc (get-buffer-process (current-buffer)))




reply via email to

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