emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/comint.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 01:48:50 -0500

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.289.2.6 emacs/lisp/comint.el:1.289.2.7
*** emacs/lisp/comint.el:1.289.2.6      Thu Nov  4 08:55:37 2004
--- emacs/lisp/comint.el        Wed Dec  8 05:02:15 2004
***************
*** 310,316 ****
    :type 'integer
    :group 'comint)
  
! (defvar comint-input-ring-size 32
    "Size of input history ring.")
  
  (defvar comint-input-ring-separator "\n"
--- 310,316 ----
    :type 'integer
    :group 'comint)
  
! (defvar comint-input-ring-size 150
    "Size of input history ring.")
  
  (defvar comint-input-ring-separator "\n"
***************
*** 1899,1904 ****
--- 1899,1908 ----
        (forward-line 0)
      (goto-char (comint-line-beginning-position))))
  
+ ;; For compatibility.
+ (defun comint-read-noecho (prompt &optional ignore)
+   (read-passwd prompt))
+ 
  ;; These three functions are for entering text you don't want echoed or
  ;; saved -- typically passwords to ftp, telnet, or somesuch.
  ;; Just enter m-x send-invisible and type in your line.




reply via email to

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