]> code.delx.au - gnu-emacs/blobdiff - lisp/dabbrev.el
Fix assertion violations in try_window_id (Bug#19511)
[gnu-emacs] / lisp / dabbrev.el
index e2aeb4ea19bff10e5843faf9bbd0a299a631242c..50c52071b08ecd7f089083756eecfd35192cb69e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; dabbrev.el --- dynamic abbreviation package  -*- lexical-binding: t -*-
 
-;; Copyright (C) 1985-1986, 1992, 1994, 1996-1997, 2000-2013 Free
+;; Copyright (C) 1985-1986, 1992, 1994, 1996-1997, 2000-2015 Free
 ;; Software Foundation, Inc.
 
 ;; Author: Don Morrison
@@ -285,6 +285,7 @@ A mode setting this variable should make it buffer local."
 If this variable is non-nil, dabbrev will only look in these buffers.
 It will not even look in the current buffer if it is not a member of
 this list."
+  :type '(choice (const nil) (repeat :tag "List of buffers" string))
   :group 'dabbrev)
 
 ;;----------------------------------------------------------------