* lisp/progmodes/xref.el (xref-find-apropos): Use read-string.
[emacs.git] / admin / coccinelle / xsave.cocci
blob5172bb55b33d872d1c354f0d77527611b7a204a3
1 // Adjust users of XSAVE_POINTER and XSAVE_INTEGER.
2 @@
3 expression E;
4 @@
6 - XSAVE_POINTER (E)
7 + XSAVE_POINTER (E, 0)
9 - XSAVE_INTEGER (E)
10 + XSAVE_INTEGER (E, 1)