Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 246021 Details for
Bug 306841
rpm-spec-mode unable to add changelog entries
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
xemacs compat patch
rpm-spec-mode.el-0.14-xemacs-compat.patch (text/plain), 1.39 KB, created by
Chip Coldwell
on 2007-11-01 19:25:42 UTC
(
hide
)
Description:
xemacs compat patch
Filename:
MIME Type:
Creator:
Chip Coldwell
Created:
2007-11-01 19:25:42 UTC
Size:
1.39 KB
patch
obsolete
>diff -u rpm-spec-mode.el~ rpm-spec-mode.el >--- rpm-spec-mode.el~ 2002-12-02 12:00:38.000000000 +0900 >+++ rpm-spec-mode.el 2002-12-02 12:00:38.000000000 +0900 >@@ -105,6 +105,10 @@ > :type 'string > :group 'rpm-spec) > >+;; XEmacs compatibility function >+(unless (fboundp 'define-obsolete-variable-alias) >+ (defalias 'define-obsolete-variable-alias 'make-obsolete-variable)) >+ > (define-obsolete-variable-alias > 'rpm-completion-ignore-case 'rpm-spec-completion-ignore-case) > >@@ -597,6 +601,14 @@ > > ;;------------------------------------------------------------ > >+;; XEmacs compatibility function >+(unless (fboundp 'user-mail-address) >+ (defun user-mail-address () >+ "Return value of `user-mail-address'. >+ >+XEmacs sendmail compatibility function." >+ user-mail-address)) >+ > (defun rpm-add-change-log-entry (&optional change-log-entry) > "Find change log and add an entry for today." > (interactive "sChange log entry: ") >@@ -1117,6 +1129,13 @@ > > ;;------------------------------------------------------------ > >+;; XEmacs compatibility function >+(unless (fboundp 'ignore-errors) >+ (defmacro ignore-errors (&rest body) >+ "Execute FORMS; if an error occurs, return nil. >+Otherwise, return result of last FORM." >+ `(condition-case nil (progn ,@body) (error nil)))) >+ > (defun rpm-spec-field-value (field max) > "Get the value of FIELD, searching up to buffer position MAX. > See `search-forward-regexp'."
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 306841
: 246021