From: Karl Heuer Date: Sat, 26 Feb 1994 02:20:31 +0000 (+0000) Subject: Delete extra backslash on last line of macro. X-Git-Tag: emacs-19.34~9758 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=681410a1fbde0051d9f66cd4f72c25341bab0c5e;p=emacs.git Delete extra backslash on last line of macro. --- diff --git a/src/lisp.h b/src/lisp.h index 054b10de817..6d3e6681f0e 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1039,7 +1039,7 @@ void staticpro(); ret_ungc_val = (expr); \ UNGCPRO; \ return ret_ungc_val; \ - } \ + } /* Defined in data.c */ extern Lisp_Object Qnil, Qt, Qquote, Qlambda, Qsubr, Qunbound;