]> git.eshelyaron.com Git - emacs.git/commitdiff
(xsymbol): Fix last change.
authorKim F. Storm <storm@cua.dk>
Wed, 19 May 2004 09:49:33 +0000 (09:49 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 19 May 2004 09:49:33 +0000 (09:49 +0000)
src/.gdbinit

index 3660155f62de000a7c169b333ff38d05b00a9ae3..fe9ddf7dbb7348e88887ec283bd5b95ad7db0cae 100644 (file)
@@ -186,9 +186,10 @@ Print $ as a buffer-local-value pointer, assuming it is an Emacs Lisp Misc value
 end
 
 define xsymbol
-  xgetptr $
+  set $sym = $
+  xgetptr $sym
   print (struct Lisp_Symbol *) $ptr
-  xprintsym $
+  xprintsym $sym
   echo \n
 end
 document xsymbol