aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-03-25 10:16:31 +0100
committerMichael Albinus2013-03-25 10:16:31 +0100
commit4430bd53998ea752ce99b1c25384cf7cfabcef88 (patch)
tree491703f4653c1adf7ac86c228f01e1d9e0867232 /lisp/ChangeLog
parent89468837dbba9ae8c1bb662ade79670eeb97e65c (diff)
downloademacs-4430bd53998ea752ce99b1c25384cf7cfabcef88.tar.gz
emacs-4430bd53998ea752ce99b1c25384cf7cfabcef88.zip
* net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
defun. Defining it as defalias could introduce too eager byte-compiler optimization. (Bug#14030)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd4f0494123..d843e0fa703 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12013-03-25 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
4 defun. Defining it as defalias could introduce too eager
5 byte-compiler optimization. (Bug#14030)
6
12013-03-25 Chong Yidong <cyd@gnu.org> 72013-03-25 Chong Yidong <cyd@gnu.org>
2 8
3 * iswitchb.el (iswitchb-read-buffer): Fix typo. 9 * iswitchb.el (iswitchb-read-buffer): Fix typo.