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:
parent
0d8c2e5cc3
commit
cfcde636be
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue