Address "Useless clause following default cond clause" warnings
* lisp/gnus/message.el (message-position-point): Fix paren typo. * lisp/org/org.el: Remove dead-code.
This commit is contained in:
parent
68dd520e39
commit
ff87aecf85
2 changed files with 3 additions and 5 deletions
|
@ -6595,8 +6595,8 @@ they are."
|
|||
(widen)
|
||||
(forward-line 1)
|
||||
(unless (looking-at "$")
|
||||
(forward-line 2)))
|
||||
(sit-for 0)))
|
||||
(forward-line 2))))
|
||||
(sit-for 0))
|
||||
|
||||
(defcustom message-beginning-of-line t
|
||||
"Whether \\<message-mode-map>\\[message-beginning-of-line]\
|
||||
|
|
|
@ -18872,9 +18872,7 @@ ELEMENT."
|
|||
(goto-char start)
|
||||
(current-indentation)))
|
||||
;; In any other case, indent like the current line.
|
||||
(t (current-indentation)))))
|
||||
;; Finally, no indentation is needed, fall back to 0.
|
||||
(t (current-indentation))))))
|
||||
(t (current-indentation)))))))))
|
||||
|
||||
(defun org--align-node-property ()
|
||||
"Align node property at point.
|
||||
|
|
Loading…
Add table
Reference in a new issue