From 2c2a3f594f95f0cac4a6be445edb455ca39f097d Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Tue, 20 Feb 2024 15:05:36 +0200 Subject: [PATCH] emacs: remove faulty quote in prot-abbrev-update-html-prompt --- emacs/.emacs.d/prot-emacs.org | 2 +- emacs/.emacs.d/prot-lisp/prot-abbrev.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.emacs.d/prot-emacs.org b/emacs/.emacs.d/prot-emacs.org index ab552255..c3846f9b 100644 --- a/emacs/.emacs.d/prot-emacs.org +++ b/emacs/.emacs.d/prot-emacs.org @@ -10264,7 +10264,7 @@ Use completion among previous entries, retrieving their data from `prot-abbrev-update-html-history'." (completing-read "Insert update for manual: " - 'prot-abbrev-update-html-history + prot-abbrev-update-html-history nil nil nil 'prot-abbrev-update-html-history)) (defun prot-abbrev-update-html () diff --git a/emacs/.emacs.d/prot-lisp/prot-abbrev.el b/emacs/.emacs.d/prot-lisp/prot-abbrev.el index fde1e351..24fca7f8 100644 --- a/emacs/.emacs.d/prot-lisp/prot-abbrev.el +++ b/emacs/.emacs.d/prot-lisp/prot-abbrev.el @@ -68,7 +68,7 @@ Use completion among previous entries, retrieving their data from `prot-abbrev-update-html-history'." (completing-read "Insert update for manual: " - 'prot-abbrev-update-html-history + prot-abbrev-update-html-history nil nil nil 'prot-abbrev-update-html-history)) (defun prot-abbrev-update-html ()