aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-04-15 11:43:20 +0200
committerMichael Albinus2013-04-15 11:43:20 +0200
commiteb922adfdb19296c02fec37559b3374fc7a0b71a (patch)
tree9b1180c160ea694849317d09e4c3c66f35dacbf8 /lisp/ChangeLog
parent7a55aa139a4d9977844afafae4f368977d555daf (diff)
downloademacs-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/ChangeLog8
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 @@
12013-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
12013-04-15 Tassilo Horn <tsdh@gnu.org> 92013-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.