1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/files.el (file-modes-number-to-symbolic): Add filetype arg.

* lisp/tar-mode.el (tar-header-block-summarize): Use it.
(tar-grind-file-mode): Declare obsolete.
This commit is contained in:
Stefan Monnier 2021-04-12 12:46:47 -04:00
parent 9a6523dfd6
commit cf774fb8cc
3 changed files with 67 additions and 22 deletions

View file

@ -0,0 +1,23 @@
;; Testing sexp-comments
(define a #;(hello) there)
(define a #;1 there)
(define a #;"asdf" there)
(define a ;; #;(hello
there)
(define a #;(hello
there) 2)
(define a #;(hello
#;(world))
and)
there) 2)
(define a #;(hello
#;"asdf" (world
and)
there) 2)