diff options
| author | Michael Albinus | 2018-10-04 09:46:14 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-10-04 09:46:14 +0200 |
| commit | 44bf4a6b012f65327718b8c8334bfac1aee26370 (patch) | |
| tree | 0a7bf62ce80893d895ff4bdd4a8caf001f92662d /lisp | |
| parent | 945a7622326f7d93dd318f01d54f6bf23e0021cf (diff) | |
| download | emacs-44bf4a6b012f65327718b8c8334bfac1aee26370.tar.gz emacs-44bf4a6b012f65327718b8c8334bfac1aee26370.zip | |
Some reaarangements in tramp*.texi
* doc/misc/trampver.texi (trampfn): Change check for definition of macro.
(tramp-bug-report-address): New variable.
* doc/misc/tramp.texi (Top, Bug Reports): Use it.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/trampver.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 1956ab648b3..f17129a402b 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -25,11 +25,10 @@ | |||
| 25 | 25 | ||
| 26 | ;;; Code: | 26 | ;;; Code: |
| 27 | 27 | ||
| 28 | ;; In the Tramp GIT repository, the version number and the bug report | 28 | ;; In the Tramp GIT, the version number is auto-frobbed from tramp.el, |
| 29 | ;; address are auto-frobbed from configure.ac, so you should edit that | 29 | ;; and the bug report address is auto-frobbed from configure.ac. |
| 30 | ;; file and run "autoconf && ./configure" to change them. Emacs | 30 | ;; Emacs version check is defined in macro AC_EMACS_INFO of |
| 31 | ;; version check is defined in macro AC_EMACS_INFO of aclocal.m4; | 31 | ;; aclocal.m4; should be changed only there. |
| 32 | ;; should be changed only there. | ||
| 33 | 32 | ||
| 34 | ;;;###tramp-autoload | 33 | ;;;###tramp-autoload |
| 35 | (defconst tramp-version "2.4.1-pre" | 34 | (defconst tramp-version "2.4.1-pre" |