view lisp/term/apollo.el @ 87307:710ac69daf1f

* dbusbind.c (top): Include <stdio.h>. (Fdbus_call_method, Fdbus_send_signal): Apply type cast in dbus_message_new_method_call and dbus_message_new_signal. (Fdbus_register_signal): Rename unique_name to uname. Check handler for FUNCTIONP instead of CHECK_SYMBOL. Handle case of non-existing unique name. Fix typos in matching rule. Return an object which is useful in Fdbus_unregister_signal. (Fdbus_unregister_signal): Reimplementation, in order to remove only the corresponding entry. (Vdbus_registered_functions_table): Change the order of entries. Apply these changes in xd_read_message and Fdbus_register_signal.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 16 Dec 2007 22:36:47 +0000
parents 673d62ad74b5
children bdb3fe0ba9fa 1e3a407766b9
line wrap: on
line source

;; -*- no-byte-compile: t -*-
(defun terminal-init-apollo ()
  "Terminal initialization function for apollo."
  (tty-run-terminal-initialization (selected-frame) "vt100"))

;;; arch-tag: c72f446f-e6b7-4749-90a4-bd68632adacf
;;; apollo.el ends here