aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2018-06-07 18:53:26 -0700
committerPaul Eggert2018-06-07 19:11:49 -0700
commita0641286f6e58f4dca4221caa6dd559bfacea699 (patch)
tree439a03bf230deba58afff7480e179a0da5de09e9 /src
parent4d176b742774670c5c265a06f742e63a43f5f7ab (diff)
downloademacs-a0641286f6e58f4dca4221caa6dd559bfacea699.tar.gz
emacs-a0641286f6e58f4dca4221caa6dd559bfacea699.zip
* src/.gdbinit: Omit soon-obsolete comment.
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index 7a0cf02ea13..67dcf718e3c 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -1020,9 +1020,6 @@ define xpr
1020 if $misc == Lisp_Misc_Overlay 1020 if $misc == Lisp_Misc_Overlay
1021 xoverlay 1021 xoverlay
1022 end 1022 end
1023# if $misc == Lisp_Misc_Save_Value
1024# xsavevalue
1025# end
1026 end 1023 end
1027 if $type == Lisp_Vectorlike 1024 if $type == Lisp_Vectorlike
1028 set $size = ((struct Lisp_Vector *) $ptr)->header.size 1025 set $size = ((struct Lisp_Vector *) $ptr)->header.size