From 5a593f5977f0624495802ba19d0e25f77cbc0d08 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 26 Jul 2019 10:00:47 +0200 Subject: [PATCH] Remove debugging left in previous patch * lisp/progmodes/elisp-mode.el (elisp-completion-at-point): Provide completion for `ignore-error'. --- lisp/progmodes/elisp-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 1babb2f9094..36797fc6fdb 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -508,7 +508,6 @@ functions are annotated with \"\" via the (and (memq (char-syntax (char-after)) '(?w ?_)) (read (current-buffer)))) (error nil)))) - (message "sym: %s %s %s %s" fun-sym funpos beg end) (when (and end (or (not (nth 8 (syntax-ppss))) (memq (char-before beg) '(?` ?‘)))) (let ((table-etc -- 2.39.2