mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(defsetf match-data): store-match-data => set-match-data.
This commit is contained in:
parent
bc3cb41d8e
commit
cdef332313
1 changed files with 1 additions and 1 deletions
|
|
@ -1621,7 +1621,7 @@ Example: (defsetf nth (n x) (v) (list 'setcar (list 'nthcdr n x) v))."
|
|||
(defsetf mark set-mark t)
|
||||
(defsetf mark-marker set-mark t)
|
||||
(defsetf marker-position set-marker t)
|
||||
(defsetf match-data store-match-data t)
|
||||
(defsetf match-data set-match-data t)
|
||||
(defsetf mouse-position (scr) (store)
|
||||
(list 'set-mouse-position scr (list 'car store) (list 'cadr store)
|
||||
(list 'cddr store)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue