diff options
| author | Glenn Morris | 2012-09-23 23:31:02 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-09-23 23:31:02 -0700 |
| commit | 1feca5a2a05ccd5aa28ce47a4fd22d6b54662fcc (patch) | |
| tree | 488e49eb613124caf7ad53356a28ae241008e574 | |
| parent | bcc0adbf3cf3976daf5686a73a1bbd8562027a2a (diff) | |
| download | emacs-1feca5a2a05ccd5aa28ce47a4fd22d6b54662fcc.tar.gz emacs-1feca5a2a05ccd5aa28ce47a4fd22d6b54662fcc.zip | |
Tweak previous change
| -rw-r--r-- | lisp/mail/emacsbug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index ad2167bd6f8..0066847e995 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el | |||
| @@ -254,7 +254,7 @@ usually do not have translators for other languages.\n\n"))) | |||
| 254 | nil "-d"))) | 254 | nil "-d"))) |
| 255 | (buffer-string))))) | 255 | (buffer-string))))) |
| 256 | (if (stringp lsb) | 256 | (if (stringp lsb) |
| 257 | (insert "LSB Release " lsb "\n"))) | 257 | (insert "System " lsb "\n"))) |
| 258 | (when (and system-configuration-options | 258 | (when (and system-configuration-options |
| 259 | (not (equal system-configuration-options ""))) | 259 | (not (equal system-configuration-options ""))) |
| 260 | (insert "Configured using:\n `configure " | 260 | (insert "Configured using:\n `configure " |