diff options
| author | Michael Albinus | 2012-11-20 10:29:47 +0100 |
|---|---|---|
| committer | Michael Albinus | 2012-11-20 10:29:47 +0100 |
| commit | 555ccdc2150fa00050ac04d55be15f768f90136c (patch) | |
| tree | 6f7cce0ebba3254b2981c7a71e8c78874e75cb9a | |
| parent | 1faaca8ac8e43c1f9fc2ae80771308b2eb20228f (diff) | |
| download | emacs-555ccdc2150fa00050ac04d55be15f768f90136c.tar.gz emacs-555ccdc2150fa00050ac04d55be15f768f90136c.zip | |
* trampver.el:
* trampver.texi: Downgrade version to 2.2.6-24.3, in order to
distinguish from trunk.
Don't merge with trunk, please.
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/trampver.texi | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/net/trampver.el | 4 |
4 files changed, 13 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 4a3c8778e88..d82d9699829 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-11-20 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * trampver.texi: Downgrade version to 2.2.6-24.3, in order to | ||
| 4 | distinguish from trunk. | ||
| 5 | |||
| 1 | 2012-11-16 Glenn Morris <rgm@gnu.org> | 6 | 2012-11-16 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * cl.texi (Function Bindings): Clarify that cl-flet is lexical. | 8 | * cl.texi (Function Bindings): Clarify that cl-flet is lexical. |
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index 96043a07300..b44f1df2a1e 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | @c In the Tramp CVS, the version number is auto-frobbed from | 8 | @c In the Tramp CVS, the version number is auto-frobbed from |
| 9 | @c configure.ac, so you should edit that file and run | 9 | @c configure.ac, so you should edit that file and run |
| 10 | @c "autoconf && ./configure" to change the version number. | 10 | @c "autoconf && ./configure" to change the version number. |
| 11 | @set trampver 2.2.7-pre | 11 | @set trampver 2.2.6-24.3 |
| 12 | 12 | ||
| 13 | @c Other flags from configuration | 13 | @c Other flags from configuration |
| 14 | @set instprefix /usr/local | 14 | @set instprefix /usr/local |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e9ed2502a7..247222bde21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-11-20 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in | ||
| 4 | order to distinguish from trunk. | ||
| 5 | |||
| 1 | 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept | 8 | * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept |
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 331884691f4..2147f109de9 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | ;; should be changed only there. | 31 | ;; should be changed only there. |
| 32 | 32 | ||
| 33 | ;;;###tramp-autoload | 33 | ;;;###tramp-autoload |
| 34 | (defconst tramp-version "2.2.7-pre" | 34 | (defconst tramp-version "2.2.6-24.3" |
| 35 | "This version of Tramp.") | 35 | "This version of Tramp.") |
| 36 | 36 | ||
| 37 | ;;;###tramp-autoload | 37 | ;;;###tramp-autoload |
| @@ -44,7 +44,7 @@ | |||
| 44 | (= emacs-major-version 21) | 44 | (= emacs-major-version 21) |
| 45 | (>= emacs-minor-version 4))) | 45 | (>= emacs-minor-version 4))) |
| 46 | "ok" | 46 | "ok" |
| 47 | (format "Tramp 2.2.7-pre is not fit for %s" | 47 | (format "Tramp 2.2.6-24.3 is not fit for %s" |
| 48 | (when (string-match "^.*$" (emacs-version)) | 48 | (when (string-match "^.*$" (emacs-version)) |
| 49 | (match-string 0 (emacs-version))))))) | 49 | (match-string 0 (emacs-version))))))) |
| 50 | (unless (string-match "\\`ok\\'" x) (error "%s" x))) | 50 | (unless (string-match "\\`ok\\'" x) (error "%s" x))) |