comparison lisp/ChangeLog @ 65304:379e08762d65

* net/tramp.el (tramp-handle-make-auto-save-file-name): Deactivate temporarily advice if active (not needed for Emacs 22, but for backwards compatibility). (tramp-exists-file-name-handler): Rewrite. First implementation was too simple. (tramp-advice-make-auto-save-file-name): Call `tramp-handle-make-auto-save-file-name' (again, just for backwards compatibility).
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 31 Aug 2005 20:28:48 +0000
parents c4e83cd72e41
children efcffd1c5434
comparison
equal deleted inserted replaced
65303:e9432d41359d 65304:379e08762d65
1 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-handle-make-auto-save-file-name): Deactivate
4 temporarily advice if active (not needed for Emacs 22, but for
5 backwards compatibility).
6 (tramp-exists-file-name-handler): Rewrite. First implementation
7 was too simple.
8 (tramp-advice-make-auto-save-file-name): Call
9 `tramp-handle-make-auto-save-file-name' (again, just for backwards
10 compatibility).
11
1 2005-08-31 Reto Zimmermann <reto@gnu.org> 12 2005-08-31 Reto Zimmermann <reto@gnu.org>
2 13
3 * progmodes/vhdl-mode.el 14 * progmodes/vhdl-mode.el
4 (vhdl-update-sensitivity-list): Handle multi-dimensional array 15 (vhdl-update-sensitivity-list): Handle multi-dimensional array
5 access. 16 access.