mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
Properly initialize gnus-search-namazu-index-directory
* lisp/gnus/gnus-search.el (gnus-search-namazu): We were missing the appropriate :initform on this slot definition (Bug#46047).
This commit is contained in:
parent
75f6b264f5
commit
0ebf9d6cef
1 changed files with 1 additions and 0 deletions
|
|
@ -909,6 +909,7 @@ quirks.")
|
|||
(defclass gnus-search-namazu (gnus-search-indexed)
|
||||
((index-directory
|
||||
:initarg :index-directory
|
||||
:initform (symbol-value 'gnus-search-namazu-index-directory)
|
||||
:type string
|
||||
:custom directory)
|
||||
(program
|
||||
|
|
|
|||
Loading…
Reference in a new issue