X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2Felmo-database.el;h=55bf2debf33da8e597c50fe5363a70b607c794c7;hb=e2ed548f6fc9368e219aaa0f09a125ac1247509d;hp=7f107e9c53f8b50013a572b171f606c38183f1d0;hpb=85b5f594b70fad59980ac2f404404c712be02435;p=elisp%2Fwanderlust.git diff --git a/elmo/elmo-database.el b/elmo/elmo-database.el index 7f107e9..55bf2de 100644 --- a/elmo/elmo-database.el +++ b/elmo/elmo-database.el @@ -1,4 +1,4 @@ -;;; elmo-database.el -- Database module for ELMO. +;;; elmo-database.el --- Database module for ELMO. ;; Copyright (C) 1998,1999,2000 Yuuichi Teranishi @@ -24,10 +24,10 @@ ;; ;;; Commentary: -;; +;; ;;; Code: -;; +;; (require 'elmo-vars) (require 'elmo-msgdb) @@ -39,7 +39,7 @@ (database-live-p (symbol-value dbsym)))) (set dbsym (open-database (expand-file-name dbname - elmo-msgdb-dir + elmo-msgdb-directory ))) (symbol-value dbsym)))