mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
(unread-command-event, unread-command-events)
(last-command-event): defvars deleted.
This commit is contained in:
parent
03d7856ad1
commit
e4de46c8ca
1 changed files with 0 additions and 5 deletions
|
|
@ -1414,11 +1414,6 @@ since they have special meaning in a regexp."
|
|||
|
||||
;; Portability functions to support various Emacs versions.
|
||||
|
||||
;; To quiet the byte-compiler.
|
||||
(defvar unread-command-event)
|
||||
(defvar unread-command-events)
|
||||
(defvar last-command-event)
|
||||
|
||||
(defun isearch-char-to-string (c)
|
||||
(make-string 1 c))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue