Mercurial > emacs
changeset 84441:056df43873df
*** empty log message ***
author | Michaël Cadilhac <michael.cadilhac@lrde.org> |
---|---|
date | Mon, 10 Sep 2007 09:51:44 +0000 |
parents | 2311575b5cd3 |
children | 480b9674f921 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Sep 10 09:51:25 2007 +0000 +++ b/lisp/ChangeLog Mon Sep 10 09:51:44 2007 +0000 @@ -1,3 +1,13 @@ +2007-09-10 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> + + * files.el (file-modes-char-to-who, file-modes-char-to-right) + (file-modes-rights-to-number): Auxiliary functions for symbolic to + numeric notation of file modes. + (file-modes-symbolic-to-number): New. Convert symbolic modes to its + numeric value. + (read-file-modes): New. Read either an octal value of a file mode or a + symbolic value, and return its numeric value. + 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> * textmodes/texinfo.el: Remove spurious * in docstrings.