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
3082623d
Commit
3082623d
authored
Dec 26, 1993
by
Richard M. Stallman
Browse files
(lm-report-bug): lm-maintainer returns a cons; convert it to a string.
parent
ef92f83b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
lisp/emacs-lisp/lisp-mnt.el
lisp/emacs-lisp/lisp-mnt.el
+6
-2
No files found.
lisp/emacs-lisp/lisp-mnt.el
View file @
3082623d
...
...
@@ -5,7 +5,7 @@
;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com>
;; Created: 14 Jul 1992
;; Version: $Id: lisp-mnt.el,v 1.
5
1993/12/2
2 12:06:54 friedman
Exp rms $
;; Version: $Id: lisp-mnt.el,v 1.
6
1993/12/2
6 07:56:21 rms
Exp rms $
;; Keywords: docs
;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out!
...
...
@@ -421,7 +421,11 @@ Prompts for bug subject. Leaves you in a mail buffer."
(
let
((
package
(
buffer-name
))
(
addr
(
lm-maintainer
))
(
version
(
lm-version
)))
(
mail
nil
(
or
addr
bug-gnu-emacs
)
topic
)
(
mail
nil
(
if
addr
(
concat
(
car
addr
)
" <"
(
cdr
addr
)
">"
)
bug-gnu-emacs
)
topic
)
(
goto-char
(
point-max
))
(
insert
"\nIn "
package
...
...
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