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
f93e905f
Commit
f93e905f
authored
Jul 04, 2005
by
Juanma Barranquero
Browse files
(lpr): Finish `defgroup' description with period.
(printify-region): "?\ " -> "?\s".
parent
7ae4587b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/lpr.el
lisp/lpr.el
+2
-2
No files found.
lisp/lpr.el
View file @
f93e905f
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
(
defgroup
lpr
nil
(
defgroup
lpr
nil
"Print Emacs buffer on line printer"
"Print Emacs buffer on line printer
.
"
:group
'wp
)
:group
'wp
)
...
@@ -291,7 +291,7 @@ The characters tab, linefeed, space, return and formfeed are not affected."
...
@@ -291,7 +291,7 @@ The characters tab, linefeed, space, return and formfeed are not affected."
(
while
(
re-search-forward
"[\^@-\^h\^k\^n-\^_\177-\377]"
nil
t
)
(
while
(
re-search-forward
"[\^@-\^h\^k\^n-\^_\177-\377]"
nil
t
)
(
setq
c
(
preceding-char
))
(
setq
c
(
preceding-char
))
(
delete-backward-char
1
)
(
delete-backward-char
1
)
(
insert
(
if
(
<
c
?\
)
(
insert
(
if
(
<
c
?\
s
)
(
format
"\\^%c"
(
+
c
?@
))
(
format
"\\^%c"
(
+
c
?@
))
(
format
"\\%02x"
c
))))))))
(
format
"\\%02x"
c
))))))))
...
...
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