[EMAIL PROTECTED] (G�tz Waschk) writes:
> I have a problem with the interactive changelog addition in GNU Emacs.
> C-c C-e gives me this error:
> or: Symbol's value as variable is void: rpm-insert-version
put this patch, sorry about that mess :-( :
cd /tmp/
diff -u /usr/share/emacs/site-lisp/rpm-spec-mode.el /tmp/rpm-spec-mode.el
--- /usr/share/emacs/site-lisp/rpm-spec-mode.el 2003-01-07 19:23:13.000000000 +0100
+++ rpm-spec-mode.el 2003-01-08 13:01:19.000000000 +0100
@@ -708,7 +708,7 @@
(let ((string (concat "* " (substring (current-time-string) 0 11)
(substring (current-time-string) -4) " "
(user-full-name) " <" user-mail-address "> "
- (or (and rpm-insert-version
+ (or (and rpm-spec-insert-changelog-version
(rpm-find-spec-version))
"")
)))
Diff finished at Wed Jan 8 13:01:35