emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 5a593f5: Remove debugging left in previous patch


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 5a593f5: Remove debugging left in previous patch
Date: Fri, 26 Jul 2019 04:00:52 -0400 (EDT)

branch: master
commit 5a593f5977f0624495802ba19d0e25f77cbc0d08
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 1babb2f..36797fc 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -508,7 +508,6 @@ functions are annotated with \"<f>\" 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]