(makefile-fill-paragraph): Treat indented comments like unindented ones.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-04-12 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
|
||||
comments like unindented ones.
|
||||
|
||||
2008-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* term/mac-win.el (mac-ae-open-documents): Adjust selection range
|
||||
|
||||
@@ -1304,7 +1304,7 @@ definition and conveniently use this command."
|
||||
(save-excursion
|
||||
(beginning-of-line)
|
||||
(cond
|
||||
((looking-at "^#+\\s-*")
|
||||
((looking-at "^[ \t]*#+\\s-*")
|
||||
;; Found a comment. Return nil to let normal filling take place.
|
||||
nil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user