emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] catched a small bug


From: Lan Yufeng
Subject: [emacs-wiki-discuss] catched a small bug
Date: Mon, 03 Jan 2005 12:01:07 +0800
User-agent: Mozilla Thunderbird 0.9 (X11/20041124)

Notice: I am using emacs 22.

Bug Desciption: Wrong caculation of font face name: muse-header-*

Patch:
address@hidden:~/elisp$ diff -au muse/muse-colors.el
../src/tla-archives/muse/muse-colors.el
--- muse/muse-colors.el 2005-01-03 11:35:38.000000000 +0800
+++ ../src/tla-archives/muse/muse-colors.el     2004-12-18
17:40:02.000000000 +0800
@@ -113,7 +113,7 @@
              (add-text-properties
               (line-beginning-position) (line-end-position)
               (list 'face (intern (concat "muse-header-"
-                                          (int-to-string  leader))))))
+                                          (int-to-string (1+ leader)))))))
        (save-excursion
          (skip-chars-forward "^*\n" end)
          (when (eq (char-after) ?\n)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]