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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
f45aab65
Commit
f45aab65
authored
Jul 09, 2000
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mouse-drag-region): Use functionp rather than fboundp.
parent
0b50c67f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
lisp/ChangeLog
lisp/ChangeLog
+13
-0
lisp/mouse.el
lisp/mouse.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f45aab65
2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
* mouse.el (mouse-drag-region): Use functionp rather than fboundp.
2000-07-07 Gerd Moellmann <gerd@gnu.org>
* bindings.el: Bind [delete]' to delete-char.
...
...
@@ -32,6 +36,15 @@
* rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
exim can use "your message" instead of "the message".
2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
* facemenu.el: Docstrings fixes.
(facemenu-get-face): Don't use internal-find-face.
(facemenu-iterate): Rename arg to match the docstring.
* newcomment.el (uncomment-region): Be more careful when skipping
backwards over `=' not to bump into BOBP.
2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
* ediff-diff.el (ediff-wordify): Use syntax table.
...
...
lisp/mouse.el
View file @
f45aab65
...
...
@@ -677,7 +677,7 @@ remains active. Otherwise, it remains until the next input event."
(
mouse-set-region-1
))))
(
delete-overlay
mouse-drag-overlay
)
;; Run the binding of the terminating up-event.
(
when
(
and
(
f
bound
p
fun
)
(
when
(
and
(
f
unction
p
fun
)
(
=
start-hscroll
(
window-hscroll
start-window
)))
(
setq
unread-command-events
(
cons
event
unread-command-events
)))))
...
...
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