aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2019-04-06 18:44:24 -0400
committerStefan Monnier2019-04-06 18:44:24 -0400
commit7e4d4c069ce78d4bb82ae72f4b52897eab2b128a (patch)
treefdad40a13512753931cadee8c55a774a7439af03
parent19919e0f32717638592c9f480ae970c100dfc91e (diff)
downloademacs-7e4d4c069ce78d4bb82ae72f4b52897eab2b128a.tar.gz
emacs-7e4d4c069ce78d4bb82ae72f4b52897eab2b128a.zip
* lisp/subr.el (setq-default): Fix thinko
Reported by Johan Bockgård <bojohan+news@gnu.org>
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 8d51474b0c9..45b39161965 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -138,7 +138,7 @@ This sets each VAR's default value to the corresponding VALUE.
138The VALUE for the Nth VAR can refer to the new default values 138The VALUE for the Nth VAR can refer to the new default values
139of previous VARs. 139of previous VARs.
140 140
141\(setq-default [VAR VALUE]...)" 141\(fn [VAR VALUE]...)"
142 (declare (debug setq)) 142 (declare (debug setq))
143 (let ((exps nil)) 143 (let ((exps nil))
144 (while args 144 (while args