aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorJuanma Barranquero2011-12-06 02:30:54 +0100
committerJuanma Barranquero2011-12-06 02:30:54 +0100
commita98edce9ec1f519ad23ba7dc32ce54f15841eaa5 (patch)
treec7b4b7c3c38ef97d90e8fd9e031763c7bbbe3079 /src/data.c
parente65adfac3bc8c7dcc78464707c66d6aea958f684 (diff)
downloademacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.tar.gz
emacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.zip
Fix typos.
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index e8d2b43198f..0ebb17a2e01 100644
--- a/src/data.c
+++ b/src/data.c
@@ -839,7 +839,7 @@ do_symval_forwarding (register union Lisp_Fwd *valcontents)
839 839
840 case Lisp_Fwd_Kboard_Obj: 840 case Lisp_Fwd_Kboard_Obj:
841 /* We used to simply use current_kboard here, but from Lisp 841 /* We used to simply use current_kboard here, but from Lisp
842 code, it's value is often unexpected. It seems nicer to 842 code, its value is often unexpected. It seems nicer to
843 allow constructions like this to work as intuitively expected: 843 allow constructions like this to work as intuitively expected:
844 844
845 (with-selected-frame frame 845 (with-selected-frame frame