annotate src/s/uxpv.h @ 46002:6f298513c731
(cvs-parse-process): Don't save/restore point.
Fix last change not to introduce spurious dir FIs.
(cvs-move-to-goal-column): New function extracted from
cvs-mode-previous-line.
(cvs-mode-previous-line, cvs-mode-next-line): Use it.
(cvs-addto-collection): Use it to preserve point.
(cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
author |
Stefan Monnier <monnier@iro.umontreal.ca> |
date |
Tue, 25 Jun 2002 00:11:28 +0000 |
parents |
e075b0cbd57a |
children |
695cf19ef79e |
rev |
line source |
24384
|
1 /* System description file for Fujitsu UXP/V
|
|
2 This file describes the parameters that system description files
|
|
3 should define or not. */
|
|
4
|
|
5 #include "usg5-4-2.h"
|
|
6
|
|
7 /* SYSTEM_TYPE should indicate the kind of system you are using.
|
|
8 It sets the Lisp variable system-type. */
|
|
9
|
|
10 #undef SYSTEM_TYPE
|
|
11 #define SYSTEM_TYPE "uxpv"
|