diff options
| author | Juri Linkov | 2005-08-25 19:11:00 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-08-25 19:11:00 +0000 |
| commit | 537fd670e9d4ef0012ea3b8acad541cc9f409f42 (patch) | |
| tree | d8984ff38e3174b98367eebf3922ae6c30278f38 | |
| parent | 19b3905f262a17d4dcedabf2eda692b08f1d1ef2 (diff) | |
| download | emacs-537fd670e9d4ef0012ea3b8acad541cc9f409f42.tar.gz emacs-537fd670e9d4ef0012ea3b8acad541cc9f409f42.zip | |
(menu-bar-options-menu, menu-bar-options-save):
Delete "Automatic File De/compression" (auto-compression-mode).
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/menu-bar.el | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f411310ab29..586500e7b30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-08-25 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * progmodes/grep.el (grep, grep-mode): Make buffer-local variables | ||
| 4 | compilation-process-setup-function and compilation-disable-input | ||
| 5 | in grep-mode instead of let-bindings in grep. | ||
| 6 | |||
| 7 | * menu-bar.el (menu-bar-options-menu, menu-bar-options-save): | ||
| 8 | Delete "Automatic File De/compression" (auto-compression-mode). | ||
| 9 | |||
| 1 | 2005-08-25 Juanma Barranquero <lekktu@gmail.com> | 10 | 2005-08-25 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 11 | ||
| 3 | * obsolete/bg-mouse.el: Move to obsolete/ from term/. | 12 | * obsolete/bg-mouse.el: Move to obsolete/ from term/. |
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 373d45b4c2b..1de753e75e5 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -651,7 +651,7 @@ by \"Save Options\" in Custom buffers.") | |||
| 651 | tooltip-mode menu-bar-mode tool-bar-mode | 651 | tooltip-mode menu-bar-mode tool-bar-mode |
| 652 | save-place uniquify-buffer-name-style fringe-mode | 652 | save-place uniquify-buffer-name-style fringe-mode |
| 653 | indicate-empty-lines indicate-buffer-boundaries | 653 | indicate-empty-lines indicate-buffer-boundaries |
| 654 | case-fold-search auto-compression-mode | 654 | case-fold-search |
| 655 | current-language-environment default-input-method | 655 | current-language-environment default-input-method |
| 656 | ;; Saving `text-mode-hook' is somewhat questionable, | 656 | ;; Saving `text-mode-hook' is somewhat questionable, |
| 657 | ;; as we might get more than we bargain for, if | 657 | ;; as we might get more than we bargain for, if |
| @@ -977,13 +977,6 @@ mail status in mode line")) | |||
| 977 | (define-key menu-bar-options-menu [cursor-separator] | 977 | (define-key menu-bar-options-menu [cursor-separator] |
| 978 | '("--")) | 978 | '("--")) |
| 979 | 979 | ||
| 980 | (define-key menu-bar-options-menu [toggle-auto-compression] | ||
| 981 | '(menu-item "Automatic File De/compression" | ||
| 982 | auto-compression-mode | ||
| 983 | :help "Transparently decompress compressed files" | ||
| 984 | :button (:toggle . (rassq 'jka-compr-handler | ||
| 985 | file-name-handler-alist)))) | ||
| 986 | |||
| 987 | (define-key menu-bar-options-menu [save-place] | 980 | (define-key menu-bar-options-menu [save-place] |
| 988 | (menu-bar-make-toggle toggle-save-place-globally save-place | 981 | (menu-bar-make-toggle toggle-save-place-globally save-place |
| 989 | "Save Place in Files between Sessions" | 982 | "Save Place in Files between Sessions" |