diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /lisp/buff-menu.el | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'lisp/buff-menu.el')
| -rw-r--r-- | lisp/buff-menu.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index aa5c47ca7f4..d06ba287879 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el | |||
| @@ -229,9 +229,6 @@ commands.") | |||
| 229 | map) | 229 | map) |
| 230 | "Local keymap for `Buffer-menu-mode' buffers.") | 230 | "Local keymap for `Buffer-menu-mode' buffers.") |
| 231 | 231 | ||
| 232 | (define-obsolete-variable-alias 'buffer-menu-mode-hook | ||
| 233 | 'Buffer-menu-mode-hook "23.1") | ||
| 234 | |||
| 235 | (define-derived-mode Buffer-menu-mode tabulated-list-mode "Buffer Menu" | 232 | (define-derived-mode Buffer-menu-mode tabulated-list-mode "Buffer Menu" |
| 236 | "Major mode for Buffer Menu buffers. | 233 | "Major mode for Buffer Menu buffers. |
| 237 | The Buffer Menu is invoked by the commands \\[list-buffers], | 234 | The Buffer Menu is invoked by the commands \\[list-buffers], |