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
2f1ce093
Commit
2f1ce093
authored
Mar 18, 1995
by
Karl Heuer
Browse files
Don't put ediff-windows in the menu.
parent
eeb6dd92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lisp/ediff.el
lisp/ediff.el
+4
-3
No files found.
lisp/ediff.el
View file @
2f1ce093
...
...
@@ -2665,10 +2665,11 @@ With prefix argument, prompts for a revision name."
'
(
"Large Regions ..."
.
ediff-large-regions
))
(
define-key
menu-bar-ediff-menu
[ediff-small-regions]
'
(
"Small Regions ..."
.
ediff-small-regions
))
(
define-key
menu-bar-ediff-menu
[ediff-windows]
'
(
"Windows ..."
.
ediff-windows
))
;;; Too confusing to have this and compare-windows in the same menu.
;; (define-key menu-bar-ediff-menu [ediff-windows]
;; '("Windows ..." . ediff-windows))
))
;;;###autoload
(
if
purify-flag
;; explicit string-match, as ediff-xemacs-p is not defined at build time
...
...
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