summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-07-08 14:06:19 +0200
committerUlrich Müller <ulm@gentoo.org>2023-07-08 14:06:19 +0200
commita46ff77f54dbf3583dd9bcf12e482020cb0c1367 (patch)
tree64399fb7f42e9e3b5c8b5f817e133fa49dbc57ef
parentVersion 1.65 released (diff)
downloadebuild-mode-a46ff77f54dbf3583dd9bcf12e482020cb0c1367.tar.gz
ebuild-mode-a46ff77f54dbf3583dd9bcf12e482020cb0c1367.tar.bz2
ebuild-mode-a46ff77f54dbf3583dd9bcf12e482020cb0c1367.zip
Add a comment
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-mode.el b/ebuild-mode.el
index 5a2c0ce..6a8326c 100644
--- a/ebuild-mode.el
+++ b/ebuild-mode.el
@@ -831,7 +831,7 @@ This will be added to the `write-contents-functions' hook."
;; make-local-hook gives a byte-compiler warning in GNU Emacs
(make-local-hook 'write-contents-hooks)
(add-hook 'write-contents-hooks 'ebuild-repo-mode-before-save t t))
- (unless (local-variable-p 'fill-column (current-buffer))
+ (unless (local-variable-p 'fill-column (current-buffer)) ; XEmacs wants 2 args
(setq fill-column 72))
(unless (local-variable-p 'tab-width (current-buffer))
(setq tab-width 4))