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
0ad0386e
Commit
0ad0386e
authored
Nov 28, 2000
by
Dave Love
Browse files
(ps-mode): Set comment-start and
comment-start-skip locally.
parent
f4f4ee4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/progmodes/ps-mode.el
lisp/progmodes/ps-mode.el
+3
-0
No files found.
lisp/progmodes/ps-mode.el
View file @
0ad0386e
...
@@ -533,6 +533,9 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
...
@@ -533,6 +533,9 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number
mode-name
"PostScript"
)
mode-name
"PostScript"
)
(
use-local-map
ps-mode-map
)
(
use-local-map
ps-mode-map
)
(
set-syntax-table
ps-mode-syntax-table
)
(
set-syntax-table
ps-mode-syntax-table
)
(
set
(
make-local-variable
'comment-start
)
"%"
)
(
set
(
make-local-variable
'comment-start-skip
)
"\\(\\(^\\|[^\\]\\)\\(\\\\\\\\\\)*\\)\\(%+ *\\)"
)
(
run-hooks
'ps-mode-hook
))
(
run-hooks
'ps-mode-hook
))
(
defun
ps-mode-show-version
()
(
defun
ps-mode-show-version
()
...
...
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