]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete extra backslash on last line of macro.
authorKarl Heuer <kwzh@gnu.org>
Sat, 26 Feb 1994 02:20:31 +0000 (02:20 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 26 Feb 1994 02:20:31 +0000 (02:20 +0000)
src/lisp.h

index 054b10de817472d93c22f4d5027ac519a57eaac5..6d3e6681f0ecadacbc136f2333fafc3525d79e24 100644 (file)
@@ -1039,7 +1039,7 @@ void staticpro();
       ret_ungc_val = (expr);           \
       UNGCPRO;                         \
       return ret_ungc_val;             \
-    }                                  \
+    }
 \f
 /* Defined in data.c */
 extern Lisp_Object Qnil, Qt, Qquote, Qlambda, Qsubr, Qunbound;