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
d177495b
Commit
d177495b
authored
Jun 08, 1993
by
Richard M. Stallman
Browse files
(mouse-union-first-preferred): Renamed from mouse-union-first-prefered.
parent
3ec46acd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/term/sun-mouse.el
lisp/term/sun-mouse.el
+2
-2
No files found.
lisp/term/sun-mouse.el
View file @
d177495b
...
...
@@ -462,7 +462,7 @@ where L-UNIQUE is considered to be union'ized already."
(
setq
l
(
cdr
l
)))
result
))
(
defun
mouse-union-first-prefered
(
l1
l2
)
(
defun
mouse-union-first-prefer
r
ed
(
l1
l2
)
"Return the union of lists of mouse (code . form) pairs L1 and L2,
based on the code's, with preference going to elements in L1."
(
mouse-union
l2
(
mouse-union
l1
nil
)))
...
...
@@ -471,7 +471,7 @@ based on the code's, with preference going to elements in L1."
"Return a list of (code . function) pairs, where each code is
currently set in the REGION."
(
let
((
mask
(
mouse-region-to-code
region
)))
(
mouse-union-first-prefered
(
mouse-union-first-prefer
r
ed
(
mouse-mask-lookup
mask
(
cdr
current-local-mousemap
))
(
mouse-mask-lookup
mask
(
cdr
current-global-mousemap
))
)))
...
...
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