bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

format-alist doc string


From: Alex Schroeder
Subject: format-alist doc string
Date: 15 Jun 2001 01:30:11 +0200
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7

In GNU Emacs 20.7.1 (i686-pc-linux-gnu, X toolkit)
 of Sun Apr  8 2001 on snail

The doc string should be changed as follows.

Old:

MODE-FN, if specified, is called when visiting a file with that format.

New:

MODE-FN, if specified, is called with a positive argument when
         visiting a file with that format.

This is due to the function `format-decode'.  It says twice in the
code (if (and visit-flag (nth 6 f)) (funcall (nth 6 f) 1)).

Alex.
-- 
http://www.geocities.com/kensanata/emacs.html
http://www.emacswiki.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]