Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1324d580
Commit
1324d580
authored
Jul 02, 2005
by
Juanma Barranquero
Browse files
(edt-save-function-key-map, EDT-key-name): `defvar' to silence the
byte-compiler.
parent
3eb8967a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
lisp/ChangeLog
lisp/ChangeLog
+10
-0
lisp/emulation/edt-mapper.el
lisp/emulation/edt-mapper.el
+5
-1
No files found.
lisp/ChangeLog
View file @
1324d580
2005-07-02 Juanma Barranquero <lekktu@gmail.com>
* emulation/edt.el (*EDT-keys*, edt-default-global-map)
(edt-last-copied-word, edt-learn-macro-count)
(edt-orig-page-delimiter, edt-orig-transient-mark-mode)
(edt-rect-start-point, edt-user-global-map, rect-start-point)
(time-string, zmacs-region-stays):
* emulation/edt-mapper.el (edt-save-function-key-map)
(EDT-key-name): `defvar' to silence the byte-compiler.
2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
* font-lock.el (font-lock-regexp-grouping-backslash): Rename from
* font-lock.el (font-lock-regexp-grouping-backslash): Rename from
...
...
lisp/emulation/edt-mapper.el
View file @
1324d580
...
@@ -113,7 +113,6 @@
...
@@ -113,7 +113,6 @@
(
sit-for
600
)
(
sit-for
600
)
(
kill-emacs
t
)))
(
kill-emacs
t
)))
;;;
;;;
;;; Decide Emacs Variant, GNU Emacs or XEmacs (aka Lucid Emacs).
;;; Decide Emacs Variant, GNU Emacs or XEmacs (aka Lucid Emacs).
;;; Determine Window System, and X Server Vendor (if appropriate).
;;; Determine Window System, and X Server Vendor (if appropriate).
...
@@ -146,6 +145,11 @@
...
@@ -146,6 +145,11 @@
(
defvar
edt-return-seq
nil
)
(
defvar
edt-return-seq
nil
)
(
defvar
edt-term
nil
)
(
defvar
edt-term
nil
)
;; To silence the byte-compiler
(
eval-when-compile
(
defvar
EDT-key-name
)
(
defvar
edt-save-function-key-map
))
;;;
;;;
;;; Determine Terminal Type (if appropriate).
;;; Determine Terminal Type (if appropriate).
;;;
;;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment