annotate src/s/uxpv.h @ 81512:1214f1b9e278

(vc-bzr-dir-state): Use setq rather than set. Use vc-bzr-command rather than the ill defined vc-bzr-command*. (vc-bzr-command*): Remove both (incompatible) versions. (vc-bzr-do-command*): Remove. (vc-bzr-with-process-environment, vc-bzr-std-process-invocation): Remove by folding into its only caller vc-bzr-command. (vc-bzr-command): Always set the environment, even when ineffective. (vc-bzr-version): Minor fix up. (vc-bzr-admin-dirname): New var. (vc-bzr-bzr-dir): Remove. (vc-bzr-root-dir): New fun. (vc-bzr-registered): Use it. Add an autoloaded version. (vc-bzr-responsible-p): Use vc-bzr-root-dir as well. (vc-bzr-view-log-function): Remove. (vc-bzr-log-view-mode): New major mode to replace it. (vc-bzr-print-log): Only activate the old hack if needed.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 20 Jun 2007 18:18:54 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24384
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
1 /* System description file for Fujitsu UXP/V
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
2 This file describes the parameters that system description files
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
3 should define or not. */
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
4
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
5 #include "usg5-4-2.h"
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
6
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
7 /* SYSTEM_TYPE should indicate the kind of system you are using.
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
8 It sets the Lisp variable system-type. */
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
9
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
10 #undef SYSTEM_TYPE
e075b0cbd57a Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
11 #define SYSTEM_TYPE "uxpv"
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 24384
diff changeset
12
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 24384
diff changeset
13 /* arch-tag: 3f00cfe7-f44c-45ce-a2fe-2b17fc411a1e
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 24384
diff changeset
14 (do not change this comment) */