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
342a1e7b
Commit
342a1e7b
authored
Jun 01, 2000
by
Stefan Monnier
Browse files
Add a version to the obsoletions.
(mouse-show-mark): Don't quote lambda.
parent
20482b70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/mouse.el
lisp/mouse.el
+3
-3
No files found.
lisp/mouse.el
View file @
342a1e7b
...
...
@@ -836,7 +836,7 @@ If DIR is positive skip forward; if negative, skip backward."
event
events
key
ignore
x-lost-selection-hooks
)
(
add-hook
'x-lost-selection-hooks
'
(
lambda
(
seltype
)
(
lambda
(
seltype
)
(
if
(
eq
seltype
'PRIMARY
)
(
progn
(
setq
ignore
t
)
(
throw
'mouse-show-mark
t
)))))
...
...
@@ -2054,8 +2054,8 @@ and selects that window."
;; This file contains the functionality of the old mldrag.el.
(
defalias
'mldrag-drag-mode-line
'mouse-drag-mode-line
)
(
defalias
'mldrag-drag-vertical-line
'mouse-drag-vertical-line
)
(
make-obsolete
'mldrag-drag-mode-line
'mouse-drag-mode-line
)
(
make-obsolete
'mldrag-drag-vertical-line
'mouse-drag-vertical-line
)
(
make-obsolete
'mldrag-drag-mode-line
'mouse-drag-mode-line
"21.1"
)
(
make-obsolete
'mldrag-drag-vertical-line
'mouse-drag-vertical-line
"21.1"
)
(
provide
'mldrag
)
;;; mouse.el ends here
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