Mercurial > emacs
comparison lisp/ChangeLog @ 111074:9138671f67b0
Tweak revert-buffer-function to inhibit auto-mode-alist.
* hexl.el (hexl-mode, hexl-mode-exit): Tweak
revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
(hexl-revert-buffer-function): New function.
(hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
author | Daiki Ueno <ueno@unixuser.org> |
---|---|
date | Thu, 21 Oct 2010 11:38:46 +0900 |
parents | b5730f66fbf4 |
children | 15b14005a6f2 |
comparison
equal
deleted
inserted
replaced
111073:7172906a557c | 111074:9138671f67b0 |
---|---|
1 2010-10-21 Daiki Ueno <ueno@unixuser.org> | |
2 | |
3 * hexl.el (hexl-mode, hexl-mode-exit): Tweak | |
4 revert-buffer-function to inhibit auto-mode-alist (Bug#7252). | |
5 (hexl-revert-buffer-function): New function. | |
6 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish. | |
7 | |
1 2010-10-19 Alan Mackenzie <acm@muc.de> | 8 2010-10-19 Alan Mackenzie <acm@muc.de> |
2 | 9 |
3 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit: move | 10 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit: move |
4 "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so | 11 "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so |
5 that these keywords aren't wrongly matched as identifiers. | 12 that these keywords aren't wrongly matched as identifiers. |