mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-11 00:06:36 -04:00
Remove the use of a tab
This commit is contained in:
parent
72452b5548
commit
4629e86240
|
|
@ -298,7 +298,7 @@ This is in contrast to merely setting it to 0."
|
|||
(let (p)
|
||||
(while plist
|
||||
(if (not (eq property (car plist)))
|
||||
(setq p (plist-put p (car plist) (nth 1 plist))))
|
||||
(setq p (plist-put p (car plist) (nth 1 plist))))
|
||||
(setq plist (cddr plist)))
|
||||
p))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue