comparison lisp/ChangeLog @ 84447:aad6a1602fc4

*** empty log message ***
author Michaël Cadilhac <michael.cadilhac@lrde.org>
date Mon, 10 Sep 2007 09:58:29 +0000
parents 056df43873df
children 81f5348502a3
comparison
equal deleted inserted replaced
84446:20b4ed0e2a05 84447:aad6a1602fc4
5 numeric notation of file modes. 5 numeric notation of file modes.
6 (file-modes-symbolic-to-number): New. Convert symbolic modes to its 6 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
7 numeric value. 7 numeric value.
8 (read-file-modes): New. Read either an octal value of a file mode or a 8 (read-file-modes): New. Read either an octal value of a file mode or a
9 symbolic value, and return its numeric value. 9 symbolic value, and return its numeric value.
10
11 * dired-aux.el (dired-do-chmod): Change to use the built-in
12 `set-file-modes' and the previous symbolic mode parsing functions.
10 13
11 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> 14 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12 15
13 * textmodes/texinfo.el: Remove spurious * in docstrings. 16 * textmodes/texinfo.el: Remove spurious * in docstrings.
14 (texinfo-mode-syntax-table, texinfo-mode-map): 17 (texinfo-mode-syntax-table, texinfo-mode-map):