diff options
| author | Joakim Verona | 2015-01-11 20:20:37 +0100 |
|---|---|---|
| committer | Joakim Verona | 2015-01-11 20:20:37 +0100 |
| commit | a1124bc117e41019de49c82d13d1a72a50df977d (patch) | |
| tree | bffc058cfdda5db2b39b10910980db234097da9c /src/print.c | |
| parent | cc7cb20d6abc0f862e5513b24831bba0eaecaa5f (diff) | |
| download | emacs-a1124bc117e41019de49c82d13d1a72a50df977d.tar.gz emacs-a1124bc117e41019de49c82d13d1a72a50df977d.zip | |
Update to new DEFSYM strategy
Update to new DEFSYM strategy which was slightly tricky.
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/print.c b/src/print.c index 963979e809a..688327dfe1c 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -40,13 +40,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 40 | #ifdef HAVE_XWIDGETS | 40 | #ifdef HAVE_XWIDGETS |
| 41 | #include "xwidget.h" | 41 | #include "xwidget.h" |
| 42 | #endif | 42 | #endif |
| 43 | Lisp_Object Qstandard_output; | ||
| 44 | |||
| 45 | static Lisp_Object Qtemp_buffer_setup_hook; | ||
| 46 | |||
| 47 | /* These are used to print like we read. */ | ||
| 48 | |||
| 49 | static Lisp_Object Qfloat_output_format; | ||
| 50 | 43 | ||
| 51 | #include <float.h> | 44 | #include <float.h> |
| 52 | #include <ftoastr.h> | 45 | #include <ftoastr.h> |