# HG changeset patch # User Richard M. Stallman # Date 789893996 0 # Node ID c0e27466fb3fcadfd227399394b50b7ccf84fd78 # Parent 4f4177cd49b1274db9a77437e40d655c0e90c94c (mouse-select-buffer) Handle an aborted selection. diff -r 4f4177cd49b1 -r c0e27466fb3f lisp/msb.el --- a/lisp/msb.el Thu Jan 12 05:50:13 1995 +0000 +++ b/lisp/msb.el Thu Jan 12 06:59:56 1995 +0000 @@ -3,7 +3,7 @@ ;; ;; Author: Lars Lindberg ;; 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 @@ ((and (stringp (car choice)) (null (cdr choice))) (car choice)) + ((null choice) + choice) (t (error "Unknown form for buffer: %s" choice)))))