Mercurial > emacs
diff src/lisp.h @ 108361:c1fe9f79424a
Fix for Bug#5984.
* composite.c (autocmp_chars): Save point as marker before calling
auto-composition-function.
* lisp.h (restore_point_unwind): Add prototype.
* fileio.c (restore_point_unwind): Remove static attribute.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Fri, 30 Apr 2010 12:00:48 -0400 |
| parents | feb1bc86a749 |
| children | 973b5bc5fcfe b465aa3255ed |
line wrap: on
line diff
--- a/src/lisp.h Wed Apr 28 21:38:12 2010 -0500 +++ b/src/lisp.h Fri Apr 30 12:00:48 2010 -0400 @@ -3018,6 +3018,7 @@ EXFUN (Ffile_executable_p, 1); EXFUN (Fread_file_name, 6); extern Lisp_Object close_file_unwind P_ ((Lisp_Object)); +extern Lisp_Object restore_point_unwind P_ ((Lisp_Object)); extern void report_file_error P_ ((const char *, Lisp_Object)) NO_RETURN; extern int internal_delete_file P_ ((Lisp_Object)); extern void syms_of_fileio P_ ((void));
