(mouse-select-buffer) Handle an aborted selection.

This commit is contained in:
Richard M. Stallman 1995-01-12 06:59:56 +00:00
parent 08b894ab8b
commit dc3247b34d

View file

@ -3,7 +3,7 @@
;;
;; Author: Lars Lindberg <Lars.Lindberg@sypro.cap.se>
;; Created: 8 Oct 1993
;; Lindberg's last update version: 3.27
;; Lindberg's last update version: 3.28
;; Keywords: mouse buffer menu
;;
;; This program is free software; you can redistribute it and/or modify
@ -851,6 +851,8 @@ variable `msb-menu-cond'."
((and (stringp (car choice))
(null (cdr choice)))
(car choice))
((null choice)
choice)
(t
(error "Unknown form for buffer: %s" choice)))))