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
d2533d72
Commit
d2533d72
authored
Jul 13, 2016
by
Stefan Monnier
Browse files
* lisp/mouse.el (mouse): Consolidate group definition here
* lisp/cus-edit.el (mouse): Remove both group definitions.
parent
96bd07a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
lisp/cus-edit.el
lisp/cus-edit.el
+0
-8
lisp/mouse.el
lisp/mouse.el
+5
-0
No files found.
lisp/cus-edit.el
View file @
d2533d72
...
...
@@ -197,10 +197,6 @@
:link
'
(
custom-manual
"(emacs)Emulation"
)
:group
'editing
)
(
defgroup
mouse
nil
"Mouse support."
:group
'editing
)
(
defgroup
outlines
nil
"Support for hierarchical outlining."
:group
'wp
)
...
...
@@ -406,10 +402,6 @@
"Input from the keyboard."
:group
'environment
)
(
defgroup
mouse
nil
"Input from the mouse."
:group
'environment
)
(
defgroup
menu
nil
"Input from the menus."
:group
'environment
)
...
...
lisp/mouse.el
View file @
d2533d72
...
...
@@ -34,6 +34,11 @@
;; Indent track-mouse like progn.
(
put
'track-mouse
'lisp-indent-function
0
)
(
defgroup
mouse
nil
"Input from the mouse."
;; "Mouse support."
:group
'environment
:group
'editing
)
(
defcustom
mouse-yank-at-point
nil
"If non-nil, mouse yank commands yank at point instead of at click."
:type
'boolean
...
...
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