[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#28909: 27.0.50; C-c C-c fails in page directory
From: |
Noam Postavsky |
Subject: |
bug#28909: 27.0.50; C-c C-c fails in page directory |
Date: |
Fri, 06 Apr 2018 22:35:01 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) |
marcowahlsoft@gmail.com writes:
> * lisp/textmodes/page-ext.el (pages-directory-goto): The fix is to use
> the interactive spec as in `occur-mode-goto-occurrence'.
> (defun pages-directory-goto (&optional event)
> "Go to the corresponding line in the pages buffer."
> ;; This function is mostly a copy of `occur-mode-goto-occurrence'
> - (interactive "@e")
> + (interactive (list last-nonmenu-event))
Seems like that should be fine. Do you have copyright assignment for
Emacs? (the change is small enough to install regardless, I'm asking
just to know if it should be marked as a tiny change).
- bug#28909: 27.0.50; C-c C-c fails in page directory,
Noam Postavsky <=