mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
(syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'.
This commit is contained in:
parent
712eaee029
commit
45de4a6fcd
2 changed files with 12 additions and 8 deletions
|
|
@ -1,8 +1,13 @@
|
|||
2002-07-30 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* w32proc.c (syms_of_ntproc): Fix docstring of
|
||||
`w32-get-true-file-attributes'.
|
||||
|
||||
2002-07-28 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* s/hpux8.h (HPUX8): Define this before including hpux.h.
|
||||
(HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
|
||||
|
||||
|
||||
* s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
|
||||
|
||||
* keyboard.c (make_lispy_event):
|
||||
|
|
@ -111,14 +116,14 @@
|
|||
|
||||
* print.c (print_error_message): New args CONTEXT and CALLER.
|
||||
Calls changed.
|
||||
|
||||
|
||||
* lisp.h (print_error_message): Declare new args.
|
||||
|
||||
* keyboard.c (cmd_error_internal): Pass Vsignaling_function
|
||||
and CONTEXT to print_error_message, don't print them here.
|
||||
For a Quit, don't use Vsignaling_function.
|
||||
Call message_log_maybe_newline.
|
||||
|
||||
|
||||
* Makefile.in (xsmfns.o): Don't depend on lisp.h.
|
||||
|
||||
2002-07-20 Kim F. Storm <storm@cua.dk>
|
||||
|
|
@ -4813,7 +4818,7 @@
|
|||
* xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
|
||||
Fix clearing in the case of scroll bars on the right.
|
||||
|
||||
2001-10-26 Juanma Barranquero <lektu@terra.es>
|
||||
2001-10-26 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* w32gui.h (XImage): Add a dummy typedef.
|
||||
|
||||
|
|
|
|||
|
|
@ -2232,10 +2232,9 @@ the truename of a file can be slow. */);
|
|||
#endif
|
||||
|
||||
DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
|
||||
doc: /* Non-nil means determine accurate link count in file-attributes.
|
||||
This option slows down file-attributes noticeably, so is disabled by
|
||||
default. Note that it is only useful for files on NTFS volumes,
|
||||
where hard links are supported. */);
|
||||
doc: /* Non-nil means determine accurate link count in `file-attributes'.
|
||||
Note that this option is only useful for files on NTFS volumes, where hard links
|
||||
are supported. Moreover, it slows down `file-attributes' noticeably. */)
|
||||
Vw32_get_true_file_attributes = Qt;
|
||||
}
|
||||
/* end of ntproc.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue