Mercurial > emacs
diff lisp/completion.el @ 23382:55b2ea28932a
Comment fix.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Tue, 06 Oct 1998 23:22:48 +0000 |
| parents | a77d473867b8 |
| children | 527b3c7d0b5b |
line wrap: on
line diff
--- a/lisp/completion.el Tue Oct 06 23:21:47 1998 +0000 +++ b/lisp/completion.el Tue Oct 06 23:22:48 1998 +0000 @@ -2346,14 +2346,14 @@ (record-save-completions total-in-db total-perm total-saved)) )))) -;;(defun autosave-completions () +;;(defun auto-save-completions () ;; (if (and save-completions-flag enable-completion cmpl-initialized-p ;; *completion-auto-save-period* ;; (> cmpl-emacs-idle-time *completion-auto-save-period*) ;; cmpl-completions-accepted-p) ;; (save-completions-to-file))) -;;(add-hook 'cmpl-emacs-idle-time-hooks 'autosave-completions) +;;(add-hook 'cmpl-emacs-idle-time-hooks 'auto-save-completions) (defun load-completions-from-file (&optional filename no-message-p) "Loads a completion init file FILENAME.
