comparison etc/NEWS @ 100676:5478b71d59c6

* subr.el (chmod): New defalias for set-file-modes. * files.texi (Misc File Ops): Mention chmod as an alias for set-file-modes.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 24 Dec 2008 18:27:30 +0000
parents e8e2008b93a7
children 94fa21cc4588
comparison
equal deleted inserted replaced
100675:7bd3f6af5679 100676:5478b71d59c6
540 *** The new commands `pp-macroexpand-expression' and 540 *** The new commands `pp-macroexpand-expression' and
541 `pp-macroexpand-last-sexp' pretty-print macro expansions. 541 `pp-macroexpand-last-sexp' pretty-print macro expansions.
542 +++ 542 +++
543 *** The new command `set-file-modes' allows to set file's mode bits. 543 *** The new command `set-file-modes' allows to set file's mode bits.
544 The mode bits can be specified in symbolic notation, like with GNU 544 The mode bits can be specified in symbolic notation, like with GNU
545 Coreutils, in addition to an octal number. 545 Coreutils, in addition to an octal number. `chmod' is a new
546 convenience alias for this function.
546 547
547 *** `next-error-recenter' specifies how next-error should recenter the 548 *** `next-error-recenter' specifies how next-error should recenter the
548 visited source file. Its value can be a number (for example, 0 for 549 visited source file. Its value can be a number (for example, 0 for
549 top line, -1 for bottom line), or nil for no recentering. 550 top line, -1 for bottom line), or nil for no recentering.
550 +++ 551 +++