diff options
| author | Michael Albinus | 2013-04-15 11:43:20 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-04-15 11:43:20 +0200 |
| commit | eb922adfdb19296c02fec37559b3374fc7a0b71a (patch) | |
| tree | 9b1180c160ea694849317d09e4c3c66f35dacbf8 /lisp/ChangeLog | |
| parent | 7a55aa139a4d9977844afafae4f368977d555daf (diff) | |
| download | emacs-eb922adfdb19296c02fec37559b3374fc7a0b71a.tar.gz emacs-eb922adfdb19296c02fec37559b3374fc7a0b71a.zip | |
* net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
uses code from the previous `ange-ftp-run-real-handler'.
(ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
only in case that function exist. This is needed for proper
unloading of Tramp.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 34711b72c3e..f3db36db290 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-04-15 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun, | ||
| 4 | uses code from the previous `ange-ftp-run-real-handler'. | ||
| 5 | (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler' | ||
| 6 | only in case that function exist. This is needed for proper | ||
| 7 | unloading of Tramp. | ||
| 8 | |||
| 1 | 2013-04-15 Tassilo Horn <tsdh@gnu.org> | 9 | 2013-04-15 Tassilo Horn <tsdh@gnu.org> |
| 2 | 10 | ||
| 3 | * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom. | 11 | * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom. |