diff options
| author | Juanma Barranquero | 2007-01-22 15:04:05 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-01-22 15:04:05 +0000 |
| commit | a30cc07b6eca46f5934942130834fb6db0bdac24 (patch) | |
| tree | 8d674fa9d5ed85589927cb348bf15261e5acfc09 | |
| parent | 447466a5f88d289f7d9d4200293a2691f76f91f8 (diff) | |
| download | emacs-a30cc07b6eca46f5934942130834fb6db0bdac24.tar.gz emacs-a30cc07b6eca46f5934942130834fb6db0bdac24.zip | |
(hexl-mode-exit): Add missing quote.
| -rw-r--r-- | lisp/ChangeLog | 41 | ||||
| -rw-r--r-- | lisp/hexl.el | 6 |
2 files changed, 25 insertions, 22 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85c023039be..c93fd214d02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * hexl.el (hexl-mode-exit): Add missing quote. | ||
| 4 | |||
| 1 | 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant. | 7 | * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant. |
| @@ -26,8 +30,8 @@ | |||
| 26 | 30 | ||
| 27 | 2007-01-21 Glenn Morris <rgm@gnu.org> | 31 | 2007-01-21 Glenn Morris <rgm@gnu.org> |
| 28 | 32 | ||
| 29 | * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Update | 33 | * net/tramp.el (tramp-perl-encode, tramp-perl-decode): |
| 30 | copyrights. | 34 | Update copyrights. |
| 31 | 35 | ||
| 32 | 2007-01-21 Alan Mackenzie <acm@muc.de> | 36 | 2007-01-21 Alan Mackenzie <acm@muc.de> |
| 33 | 37 | ||
| @@ -66,14 +70,14 @@ | |||
| 66 | 2007-01-20 Alan Mackenzie <acm@muc.de> | 70 | 2007-01-20 Alan Mackenzie <acm@muc.de> |
| 67 | 71 | ||
| 68 | * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward): | 72 | * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward): |
| 69 | new functions. | 73 | New functions. |
| 70 | 74 | ||
| 71 | 2007-01-20 Alan Mackenzie <acm@muc.de> | 75 | 2007-01-20 Alan Mackenzie <acm@muc.de> |
| 72 | 76 | ||
| 73 | * progmodes/cc-align.el, progmodes/cc-cmds.el, | 77 | * progmodes/cc-align.el, progmodes/cc-cmds.el, |
| 74 | progmodes/cc-defs.el, progmodes/cc-engine.el, | 78 | * progmodes/cc-defs.el, progmodes/cc-engine.el, |
| 75 | progmodes/cc-langs.el, progmodes/cc-styles.el, | 79 | * progmodes/cc-langs.el, progmodes/cc-styles.el, |
| 76 | progmodes/cc-vars.el: Add my name. | 80 | * progmodes/cc-vars.el: Add my name. |
| 77 | 81 | ||
| 78 | 2007-01-20 Chong Yidong <cyd@stupidchicken.com> | 82 | 2007-01-20 Chong Yidong <cyd@stupidchicken.com> |
| 79 | 83 | ||
| @@ -88,8 +92,8 @@ | |||
| 88 | 92 | ||
| 89 | 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change) | 93 | 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change) |
| 90 | 94 | ||
| 91 | * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Fixed | 95 | * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display): |
| 92 | cursor position when toggle abbreviated display. | 96 | Fixed cursor position when toggle abbreviated display. |
| 93 | 97 | ||
| 94 | 2007-01-20 Nick Roberts <nickrob@snap.net.nz> | 98 | 2007-01-20 Nick Roberts <nickrob@snap.net.nz> |
| 95 | 99 | ||
| @@ -101,11 +105,10 @@ | |||
| 101 | * type-break.el (type-break-demo-hanoi, type-break-demo-life) | 105 | * type-break.el (type-break-demo-hanoi, type-break-demo-life) |
| 102 | (type-break-demo-boring): Call read-event instead of read-char. | 106 | (type-break-demo-boring): Call read-event instead of read-char. |
| 103 | 107 | ||
| 104 | 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change) | 108 | 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change) |
| 105 | 109 | ||
| 106 | * progmodes/compile.el: Add handling for makepplog. | 110 | * progmodes/compile.el: Add handling for makepplog. |
| 107 | 111 | ||
| 108 | >>>>>>> 1.10581 | ||
| 109 | 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de> | 112 | 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de> |
| 110 | 113 | ||
| 111 | * textmodes/ispell.el (ispell-change-dictionary): Ensure that | 114 | * textmodes/ispell.el (ispell-change-dictionary): Ensure that |
| @@ -113,11 +116,11 @@ | |||
| 113 | 116 | ||
| 114 | 2007-01-19 Chong Yidong <cyd@stupidchicken.com> | 117 | 2007-01-19 Chong Yidong <cyd@stupidchicken.com> |
| 115 | 118 | ||
| 116 | * progmodes/compile.el (compilation-loop): New arg limit. Handle | 119 | * progmodes/compile.el (compilation-loop): New arg limit. |
| 117 | case where the first error is at point-min. | 120 | Handle case where the first error is at point-min. |
| 118 | (compilation-next-error): New arg to compilation-loop call. | 121 | (compilation-next-error): New arg to compilation-loop call. |
| 119 | 122 | ||
| 120 | 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change) | 123 | 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change) |
| 121 | 124 | ||
| 122 | * info.el (Info-default-dirs): Change default info dir to | 125 | * info.el (Info-default-dirs): Change default info dir to |
| 123 | share/info. | 126 | share/info. |
| @@ -147,7 +150,7 @@ | |||
| 147 | * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark | 150 | * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark |
| 148 | path. Rewrite function in `cond' style for readability. | 151 | path. Rewrite function in `cond' style for readability. |
| 149 | 152 | ||
| 150 | Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk> | 153 | Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>. |
| 151 | (The path shortening, that is, not the rearrarangement.) | 154 | (The path shortening, that is, not the rearrarangement.) |
| 152 | 155 | ||
| 153 | 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 156 | 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| @@ -175,8 +178,8 @@ | |||
| 175 | 178 | ||
| 176 | 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com> | 179 | 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com> |
| 177 | 180 | ||
| 178 | * tumme.el (tumme-cmd-rotate-original-options): Add -outfile | 181 | * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option. |
| 179 | option. Remove redirect character ">". | 182 | Remove redirect character ">". |
| 180 | 183 | ||
| 181 | 2007-01-13 Juanma Barranquero <lekktu@gmail.com> | 184 | 2007-01-13 Juanma Barranquero <lekktu@gmail.com> |
| 182 | 185 | ||
| @@ -7433,8 +7436,8 @@ | |||
| 7433 | 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de> | 7436 | 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de> |
| 7434 | 7437 | ||
| 7435 | * files.el, newcomment.el, outline.el, simple.el, | 7438 | * files.el, newcomment.el, outline.el, simple.el, |
| 7436 | emacs-lisp/bytecomp.el, progmodes/cc-compat.el, | 7439 | * emacs-lisp/bytecomp.el, progmodes/cc-compat.el, |
| 7437 | progmodes/cc-vars.el, progmodes/compile.el: | 7440 | * progmodes/cc-vars.el, progmodes/compile.el: |
| 7438 | Move `safe-local-variable' declarations to the respective files. | 7441 | Move `safe-local-variable' declarations to the respective files. |
| 7439 | 7442 | ||
| 7440 | * help-fns.el (describe-variable): Don't print safe-var if it is | 7443 | * help-fns.el (describe-variable): Don't print safe-var if it is |
| @@ -11358,7 +11361,7 @@ | |||
| 11358 | Sync with Tramp 2.0.52. | 11361 | Sync with Tramp 2.0.52. |
| 11359 | 11362 | ||
| 11360 | * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el, | 11363 | * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el, |
| 11361 | net/tramp-vc.el: Add code for unloading Tramp. See comment before | 11364 | * net/tramp-vc.el: Add code for unloading Tramp. See comment before |
| 11362 | `tramp-unload-tramp' for checklist. | 11365 | `tramp-unload-tramp' for checklist. |
| 11363 | 11366 | ||
| 11364 | * net/tramp.el: Require `timer-funcs' instead of `timer' if in | 11367 | * net/tramp.el: Require `timer-funcs' instead of `timer' if in |
diff --git a/lisp/hexl.el b/lisp/hexl.el index 35d68216162..f63ed0aafa5 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el | |||
| @@ -283,7 +283,7 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode. | |||
| 283 | (setq font-lock-defaults '(hexl-font-lock-keywords t)) | 283 | (setq font-lock-defaults '(hexl-font-lock-keywords t)) |
| 284 | 284 | ||
| 285 | ;; Add hooks to rehexlify or dehexlify on various events. | 285 | ;; Add hooks to rehexlify or dehexlify on various events. |
| 286 | (add-hook 'before-revert-hook 'hexl-before-revert-hook nil t) | 286 | (add-hook 'before-revert-hook 'hexl-before-revert-hook nil t) |
| 287 | (add-hook 'after-revert-hook 'hexl-after-revert-hook nil t) | 287 | (add-hook 'after-revert-hook 'hexl-after-revert-hook nil t) |
| 288 | 288 | ||
| 289 | (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t) | 289 | (add-hook 'change-major-mode-hook 'hexl-maybe-dehexlify-buffer nil t) |
| @@ -403,9 +403,9 @@ With arg, don't unhexlify buffer." | |||
| 403 | (hl-line-mode 0)) | 403 | (hl-line-mode 0)) |
| 404 | (when (boundp 'hexl-mode-old-hl-line-range-function) | 404 | (when (boundp 'hexl-mode-old-hl-line-range-function) |
| 405 | (setq hl-line-range-function hexl-mode-old-hl-line-range-function)) | 405 | (setq hl-line-range-function hexl-mode-old-hl-line-range-function)) |
| 406 | (when (boundp hexl-mode-old-hl-line-face) | 406 | (when (boundp 'hexl-mode-old-hl-line-face) |
| 407 | (setq hl-line-face hexl-mode-old-hl-line-face)) | 407 | (setq hl-line-face hexl-mode-old-hl-line-face)) |
| 408 | 408 | ||
| 409 | (setq require-final-newline hexl-mode-old-require-final-newline) | 409 | (setq require-final-newline hexl-mode-old-require-final-newline) |
| 410 | (setq mode-name hexl-mode-old-mode-name) | 410 | (setq mode-name hexl-mode-old-mode-name) |
| 411 | (setq isearch-search-fun-function hexl-mode-old-isearch-search-fun-function) | 411 | (setq isearch-search-fun-function hexl-mode-old-isearch-search-fun-function) |