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:
parent
9a6523dfd6
commit
cf774fb8cc
3 changed files with 67 additions and 22 deletions
23
test/manual/indent/scheme.scm
Normal file
23
test/manual/indent/scheme.scm
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue