1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

(xsymbol): Fix last change.

This commit is contained in:
Kim F. Storm 2004-05-19 09:49:33 +00:00
parent 0d8c2e5cc3
commit cfcde636be

View 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