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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Wed, 09 Feb 2005 10:51:02 -0500

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.307 emacs/lisp/comint.el:1.308
*** emacs/lisp/comint.el:1.307  Sat Jan 29 16:58:34 2005
--- emacs/lisp/comint.el        Wed Feb  9 15:50:43 2005
***************
*** 194,200 ****
  you might wish to use another binding for `comint-kill-whole-line'."
    :type 'boolean
    :group 'comint
!   :version "21.4")
  
  (defvar comint-delimiter-argument-list ()
    "List of characters to recognise as separate arguments in input.
--- 194,200 ----
  you might wish to use another binding for `comint-kill-whole-line'."
    :type 'boolean
    :group 'comint
!   :version "22.1")
  
  (defvar comint-delimiter-argument-list ()
    "List of characters to recognise as separate arguments in input.
***************
*** 809,815 ****
        ;; Insert the input at point
        (insert (buffer-substring-no-properties
               (previous-single-char-property-change (1+ pos) 'field)
!              (next-single-char-property-change pos 'field)))))) 
  
  
  ;; Input history processing in a buffer
--- 809,815 ----
        ;; Insert the input at point
        (insert (buffer-substring-no-properties
               (previous-single-char-property-change (1+ pos) 'field)
!              (next-single-char-property-change pos 'field))))))
  
  
  ;; Input history processing in a buffer




reply via email to

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