2011-07-04 Chong Yidong <cyd@stupidchicken.com>
+ * bindings.el: Ignore next-buffer and previous-buffer in
+ minibuffer-local-map.
+
* font-lock.el (font-lock-builtin-face): Change light background
color to dark slate blue (Bug#6693).
(define-key map [up] 'previous-history-element)
(define-key map "\es" 'next-matching-history-element)
(define-key map "\er" 'previous-matching-history-element)
+ (define-key map [remap next-buffer] 'ignore)
+ (define-key map [remap previous-buffer] 'ignore)
;; Override the global binding (which calls indent-relative via
;; indent-for-tab-command). The alignment that indent-relative tries to
;; do doesn't make much sense here since the prompt messes it up.