Mercurial > emacs
annotate doc/misc/trampver.texi @ 93824:217fd7a2dc38
(mail-source-value):
Prefer fboundp to functionp so it works with macros as well.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 07 Apr 2008 16:03:31 +0000 |
parents | 57408ba5f8d3 |
children | bf2d011df79a |
rev | line source |
---|---|
84320 | 1 @c -*-texinfo-*- |
2 @c texi/trampver.texi. Generated from trampver.texi.in by configure. | |
3 | |
87903 | 4 @c This is part of the Emacs manual. |
5 @c Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 | |
6 @c Free Software Foundation, Inc. | |
7 @c See file emacs.texi for copying conditions. | |
8 | |
84320 | 9 @c In the Tramp CVS, the version number is auto-frobbed from |
10 @c configure.ac, so you should edit that file and run | |
11 @c "autoconf && ./configure" to change the version number. | |
93433
57408ba5f8d3
* trampver.texi: Update release number.
Michael Albinus <michael.albinus@gmx.de>
parents:
93390
diff
changeset
|
12 @set trampver 2.1.14-pre |
84320 | 13 |
14 @c Other flags from configuration | |
15 @set instprefix /usr/local | |
16 @set lispdir /usr/local/share/emacs/site-lisp | |
85126
9a6e9b6e4a76
Sync with Tramp 2.1.11.
Michael Albinus <michael.albinus@gmx.de>
parents:
84320
diff
changeset
|
17 @set infodir /usr/local/share/info |
84320 | 18 |
19 @c Formatting of the tramp program name consistent. | |
20 @set tramp @sc{tramp} | |
21 | |
22 @c Whether or not describe gateway methods. | |
23 @ifclear noemacsgw | |
24 @set emacsgw | |
25 @end ifclear | |
26 | |
27 @c Some flags which make the text independent on the (X)Emacs flavor. | |
28 @c "emacs" resp "xemacs" are set in the Makefile. Default is "emacs". | |
29 @ifclear emacs | |
30 @ifclear xemacs | |
31 @set emacs | |
32 @end ifclear | |
33 @end ifclear | |
34 | |
35 @c Emacs values. | |
36 @ifset emacs | |
37 @set emacsname GNU Emacs | |
38 @set emacsdir emacs | |
39 @set ftppackagename Ange-FTP | |
40 @set prefix / | |
41 @set prefixhop | |
42 @set postfix : | |
43 @set postfixhop : | |
44 @set emacsothername XEmacs | |
45 @set emacsotherdir xemacs | |
46 @set emacsotherfilename tramp-xemacs.html | |
47 @set japanesemanual tramp_ja-emacs.html | |
48 @end ifset | |
49 | |
50 @c XEmacs counterparts. | |
51 @ifset xemacs | |
52 @set emacsname XEmacs | |
53 @set emacsdir xemacs | |
54 @set ftppackagename EFS | |
55 @set prefix /[ | |
56 @set prefixhop [ | |
57 @set postfix ] | |
58 @set postfixhop / | |
59 @set emacsothername GNU Emacs | |
60 @set emacsotherdir emacs | |
61 @set emacsotherfilename tramp-emacs.html | |
62 @set japanesemanual tramp_ja-xemacs.html | |
63 @end ifset | |
64 | |
65 @ignore | |
66 arch-tag: e0fe322c-e06b-46eb-bb5b-d091b521f41c | |
67 @end ignore |