mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Omit some (current-time) calls
* lisp/emacs-lisp/ert.el (ert-write-junit-test-summary-report): * lisp/emacs-lisp/shortdoc.el (file): * lisp/find-lisp.el (find-lisp-find-dired-insert-file): * lisp/progmodes/hideif.el (hide-ifdefs): * lisp/tar-mode.el (tar-subfile-save-buffer): Prefer nil or omitted arg to (current-time) where this is better or more-efficient.
This commit is contained in:
parent
353413a76b
commit
d634cb0954
5 changed files with 5 additions and 6 deletions
|
|
@ -503,7 +503,7 @@ A FUNC form can have any number of `:no-eval' (or `:no-value'),
|
|||
(set-file-modes
|
||||
:no-value "(set-file-modes \"/tmp/foo\" #o644)")
|
||||
(set-file-times
|
||||
:no-value (set-file-times "/tmp/foo" (current-time)))
|
||||
:no-value (set-file-times "/tmp/foo"))
|
||||
"File Modes"
|
||||
(set-default-file-modes
|
||||
:no-value "(set-default-file-modes #o755)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue