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
ff5da6c9
Commit
ff5da6c9
authored
Nov 03, 1993
by
Richard M. Stallman
Browse files
(tex-validate-region, tex-region):
Enable menu items if only mark is active.
parent
8f090e85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/textmodes/tex-mode.el
lisp/textmodes/tex-mode.el
+3
-0
No files found.
lisp/textmodes/tex-mode.el
View file @
ff5da6c9
...
...
@@ -211,6 +211,9 @@ Set by \\[tex-region], \\[tex-buffer], and \\[tex-file].")
(
define-key
keymap
[menu-bar
tex
tex-buffer]
'
(
"Tex Buffer"
.
tex-buffer
))
)
(
put
'tex-region
'menu-enable
'mark-active
)
(
put
'tex-validate-region
'menu-enable
'mark-active
)
(
defvar
tex-mode-map
nil
"Keymap for TeX mode."
)
(
if
tex-mode-map
...
...
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