properties. Patch from John Paul Wallington <jpw@shootybangbang.com>.
+2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
+
+ * comint.el (comint-insert-clicked-input): Insert clicked-on
+ previous input without properties.
+
2002-06-16 Andrew Choi <akochoi@shaw.ca>
* term/mac-win.el (scalable-fonts-allowed): Set to t.
(process-mark (get-buffer-process (current-buffer))))
(point))
;; Insert the clicked-upon input
- (insert-buffer-substring
- (current-buffer)
- (previous-single-char-property-change (1+ pos) 'field)
- (next-single-char-property-change pos 'field)))))
+ (insert (buffer-substring-no-properties
+ (previous-single-char-property-change (1+ pos) 'field)
+ (next-single-char-property-change pos 'field))))))
\f