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

Diff of /emacs/lisp/comint.el

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

revision 1.307 by rms, Sat Jan 29 16:58:34 2005 UTC revision 1.308 by kfstorm, Wed Feb 9 15:50:43 2005 UTC
# Line 194  If you sometimes use comint-mode on text Line 194  If you sometimes use comint-mode on text
194  you might wish to use another binding for `comint-kill-whole-line'."  you might wish to use another binding for `comint-kill-whole-line'."
195    :type 'boolean    :type 'boolean
196    :group 'comint    :group 'comint
197    :version "21.4")    :version "22.1")
198    
199  (defvar comint-delimiter-argument-list ()  (defvar comint-delimiter-argument-list ()
200    "List of characters to recognise as separate arguments in input.    "List of characters to recognise as separate arguments in input.
# Line 809  buffer.  The hook `comint-exec-hook' is Line 809  buffer.  The hook `comint-exec-hook' is
809        ;; Insert the input at point        ;; Insert the input at point
810        (insert (buffer-substring-no-properties        (insert (buffer-substring-no-properties
811                 (previous-single-char-property-change (1+ pos) 'field)                 (previous-single-char-property-change (1+ pos) 'field)
812                 (next-single-char-property-change pos 'field))))))                 (next-single-char-property-change pos 'field))))))
813    
814    
815  ;; Input history processing in a buffer  ;; Input history processing in a buffer

Legend:
Removed from v.1.307  
changed lines
  Added in v.1.308

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