]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-select-buffer) Handle an aborted selection.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 Jan 1995 06:59:56 +0000 (06:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 Jan 1995 06:59:56 +0000 (06:59 +0000)
lisp/msb.el

index b02ac8077886726c0c01908fd1b5b90defe7dba7..6463db5fbdb838595424d260067e2a388d453a8e 100644 (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)))))