]> git.eshelyaron.com Git - emacs.git/commit
Fix Quit button in dictionary buffer
authorMauro Aranda <maurooaranda@gmail.com>
Sat, 2 Jan 2021 14:59:36 +0000 (11:59 -0300)
committerMauro Aranda <maurooaranda@gmail.com>
Sat, 2 Jan 2021 14:59:36 +0000 (11:59 -0300)
commitc7f15dfa80f5d104fa2b7faf06298a88160b59d9
tree4660a724862912c49790ac82dd3391d1453f56fa
parent4ac6148ef94fed6863c75e73ad91b565ce60cabe
Fix Quit button in dictionary buffer

* lisp/net/dictionary.el (dictionay-close): Changing the arity of the
function in cc5f2803785c5dc785f09a292313cf799e8d29bb was a mistake.
Restore it, but mark the argument as unused to avoid a
wrong-number-of-arguments error when using the Quit button.
lisp/net/dictionary.el