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
a2ab90da
Commit
a2ab90da
authored
Aug 26, 2007
by
Michaël Cadilhac
Browse files
(hi-lock-unface-buffer): Show a x-menu only if the mouse was used.
parent
f8a3deed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/hi-lock.el
lisp/hi-lock.el
+1
-1
No files found.
lisp/ChangeLog
View file @
a2ab90da
2007-08-26 Micha,bk(Bl Cadilhac <michael@cadilhac.name>
* hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
was used.
2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
* complete.el (PC-do-completion): Make RET accept a non-unique but
...
...
lisp/hi-lock.el
View file @
a2ab90da
...
...
@@ -462,7 +462,7 @@ interactive functions. \(See `hi-lock-interactive-patterns'.\)
\\<minibuffer-local-must-match-map>Use \\[minibuffer-complete] to complete a partially typed regexp.
\(See info node `Minibuffer History'.\)"
(
interactive
(
if
(
and
(
display-popup-menus-p
)
(
vectorp
(
this-command-keys
)
))
(
if
(
and
(
display-popup-menus-p
)
(
not
last-nonmenu-event
))
(
catch
'snafu
(
or
(
x-popup-menu
...
...
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