[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ampc 8df5fd0ff3 010/111: Fix indentation in source code
From: |
Stefan Monnier |
Subject: |
[elpa] externals/ampc 8df5fd0ff3 010/111: Fix indentation in source code. |
Date: |
Tue, 20 Feb 2024 18:16:36 -0500 (EST) |
branch: externals/ampc
commit 8df5fd0ff3379274d99e368ce0a8ea5cadf4a59a
Author: Christopher Schmidt <christopher@ch.ristopher.com>
Commit: Christopher Schmidt <christopher@ch.ristopher.com>
Fix indentation in source code.
---
ampc.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ampc.el b/ampc.el
index 100b4b87dd..90bfe6d788 100644
--- a/ampc.el
+++ b/ampc.el
@@ -386,10 +386,10 @@ This hook is called as the first thing when ampc is
started."
(with-current-buffer b
(let ((buffer-read-only))
,@(if (eq (car body) 'no-se)
- (cdr body)
- `((save-excursion
- (goto-char (point-min))
- ,@body))))))))
+ (cdr body)
+ `((save-excursion
+ (goto-char (point-min))
+ ,@body))))))))
(defmacro ampc-fill-skeleton (tag &rest body)
(declare (indent 1) (debug t))
- [elpa] externals/ampc 12e56e3e62 076/111: * ampc.el (ampc-configure-frame-1): Minor simplification., (continued)
- [elpa] externals/ampc 12e56e3e62 076/111: * ampc.el (ampc-configure-frame-1): Minor simplification., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 5e16d05c5c 065/111: * ampc.el: Take window width into account when computing tabular cell widths., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc f632ac3ece 080/111: * ampc.el (ampc-pad, ampc-set-tab-offsets): Use incf rather than setf/+., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 70dbe1918f 085/111: * Move file local lexical binding specification to first line. Workaround, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 62764ad47a 095/111: * ampc.el (ampc-send-command-impl): Only send commands if the connection live., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 11216543fb 097/111: * ampc.el (ampc-handle-status): Run ampc-status-changed-hook., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc ea1a2267d9 100/111: * ampc: Sync to version 0.2., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 120a515820 015/111: ampc is (hopefully) a part of GNU Emacs., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 683f02ed7c 003/111: Remove autoload for ampc-quit., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 097424e63e 005/111: Simplify ampc-toggle-*., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 8df5fd0ff3 010/111: Fix indentation in source code.,
Stefan Monnier <=
- [elpa] externals/ampc d465fe978e 013/111: Add version tag., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc d27ffb2415 016/111: * ampc: New package., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc ee5f78f2ea 019/111: Add new views with a different order of tag browsers., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 7289f29365 020/111: Add note on how to remap keys in ampc-mode-map., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 76b1125941 025/111: Add ampc-suspend., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 1d2d403a59 026/111: Remove superfluous whitespace., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc cc7f4c8432 031/111: Alias unspecified tags in ampc-status., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 6ea9805c14 034/111: Clarify version error message., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 8b11bf109c 107/111: ; Fix typos, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc ba9840c63f 110/111: ; Depend on Emacs 24.3, Stefan Monnier, 2024/02/20