projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
666f592
)
Change kill-region to delete-region
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Wed, 11 May 1994 15:03:35 +0000
(15:03 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Wed, 11 May 1994 15:03:35 +0000
(15:03 +0000)
gdb/gdba.el
patch
|
blob
|
history
diff --git
a/gdb/gdba.el
b/gdb/gdba.el
index 9c8567119679ce21d0440117bd9aacafc51f0d53..0f15c1ca996e1166edf34eb75567342397c9f2e9 100644
(file)
--- a/
gdb/gdba.el
+++ b/
gdb/gdba.el
@@
-586,7
+586,7
@@
command if that happens to be appropriate."
(save-excursion
(set-buffer buf)
(let ((p (point)))
- (
kill
-region (point-min) (point-max))
+ (
delete
-region (point-min) (point-max))
(insert-buffer (gdb-get-create-instance-buffer
instance
'gdb-partial-output-buffer))
@@
-755,7
+755,7
@@
buffer."
(set-buffer
(gdb-get-create-instance-buffer
instance 'gdb-partial-output-buffer))
- (
kill
-region (point-min) (point-max))))
+ (
delete
-region (point-min) (point-max))))
;;
;; Instance Buffers.