Index: auctex/tex-bar.el
diff -u auctex/tex-bar.el:1.11 auctex/tex-bar.el:1.12
--- auctex/tex-bar.el:1.11 Sat May 21 11:56:45 2005
+++ auctex/tex-bar.el Mon Jun 6 17:24:30 2005
@@ -145,12 +145,14 @@
:command (progn
(TeX-save-document (TeX-master-file))
(TeX-command "LaTeX" 'TeX-master-file -1))
- :help (lambda nil (TeX-bar-help-from-command-list "LaTeX")))
+ :help (lambda (&rest ignored)
+ (TeX-bar-help-from-command-list "LaTeX")))
(pdflatex :image "pdftex"
:command (progn
(TeX-save-document (TeX-master-file))
(TeX-command "PDFLaTeX" 'TeX-master-file -1))
- :help (lambda nil (TeX-bar-help-from-command-list "PDFLaTeX")))
+ :help (lambda (&rest ignored)
+ (TeX-bar-help-from-command-list "PDFLaTeX")))
(next-error :image "error"
:command TeX-next-error
:enable (plist-get TeX-error-report-switches
@@ -159,13 +161,16 @@
(intern (TeX-master-file))))
(view :image (lambda nil (if TeX-PDF-mode "viewpdf" "viewdvi"))
:command (TeX-command "View" 'TeX-master-file -1)
- :help (lambda nil (TeX-bar-help-from-command-list "View")))
+ :help (lambda (&rest ignored)
+ (TeX-bar-help-from-command-list "View")))
(file :image "dvips"
:command (TeX-command "File" 'TeX-master-file -1)
- :help (lambda nil (TeX-bar-help-from-command-list "File")))
+ :help (lambda (&rest ignored)
+ (TeX-bar-help-from-command-list "File")))
(bibtex :image "bibtex"
:command (TeX-command "BibTeX" 'TeX-master-file -1)
- :help (lambda nil (TeX-bar-help-from-command-list "BibTeX")))
+ :help (lambda (&rest ignored)
+ (TeX-bar-help-from-command-list "BibTeX")))
(latex-symbols-experimental . (:alias :eval-group
LaTeX-symbols-toolbar-switch-contents
LaTeX-symbols-toolbar-contents)))
@@ -303,7 +308,7 @@
(toolbarx-refresh))
;; help message depends on if symb-toolbar is on or off, and in
;; the name of the current class of symbols
- :help (lambda nil
+ :help (lambda (&rest ignore)
(concat "Turn "
(if LaTeX-symbols-toolbar-visible-flag "off " "on ")
"the toolbar of LaTeX symbols (current class: "
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs