diff options
| author | Lars Ingebrigtsen | 2019-07-26 10:00:47 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-26 10:00:47 +0200 |
| commit | 5a593f5977f0624495802ba19d0e25f77cbc0d08 (patch) | |
| tree | b56e5ddf6c03db7fad57f46d9cdcf6eabec5fa56 | |
| parent | eb45cc9521e25dc685bdfb4a6b7926c244fbf259 (diff) | |
| download | emacs-5a593f5977f0624495802ba19d0e25f77cbc0d08.tar.gz emacs-5a593f5977f0624495802ba19d0e25f77cbc0d08.zip | |
Remove debugging left in previous patch
* lisp/progmodes/elisp-mode.el (elisp-completion-at-point):
Provide completion for `ignore-error'.
| -rw-r--r-- | lisp/progmodes/elisp-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 \"<f>\" via the | |||
| 508 | (and (memq (char-syntax (char-after)) '(?w ?_)) | 508 | (and (memq (char-syntax (char-after)) '(?w ?_)) |
| 509 | (read (current-buffer)))) | 509 | (read (current-buffer)))) |
| 510 | (error nil)))) | 510 | (error nil)))) |
| 511 | (message "sym: %s %s %s %s" fun-sym funpos beg end) | ||
| 512 | (when (and end (or (not (nth 8 (syntax-ppss))) | 511 | (when (and end (or (not (nth 8 (syntax-ppss))) |
| 513 | (memq (char-before beg) '(?` ?‘)))) | 512 | (memq (char-before beg) '(?` ?‘)))) |
| 514 | (let ((table-etc | 513 | (let ((table-etc |