diff options
| author | Masatake YAMATO | 2004-03-09 01:25:27 +0000 |
|---|---|---|
| committer | Masatake YAMATO | 2004-03-09 01:25:27 +0000 |
| commit | 4f918f606bd43ea796441a75fa27414efc0e03f8 (patch) | |
| tree | fc349dc1158c223aaebc4f261fc98239736ee6d9 /lisp/ChangeLog | |
| parent | 1a94f9c83e1f474572dc01e9f5a1d57c96409124 (diff) | |
| download | emacs-4f918f606bd43ea796441a75fa27414efc0e03f8.tar.gz emacs-4f918f606bd43ea796441a75fa27414efc0e03f8.zip | |
2004-03-09 Masatake YAMATO <jet@gyve.org>
* hexl.el (hexl-mode): Use `make-local-variable' instead of
`make-variable-buffer-local'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5927438748f..af42e158cd7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-03-09 Masatake YAMATO <jet@gyve.org> | ||
| 2 | |||
| 3 | * hexl.el (hexl-mode): Use `make-local-variable' instead of | ||
| 4 | `make-variable-buffer-local'. | ||
| 5 | |||
| 1 | 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de> | 6 | 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de> |
| 2 | 7 | ||
| 3 | * find-dired.el (find-dired): Call `shell-command' instead of | 8 | * find-dired.el (find-dired): Call `shell-command' instead of |