emacs-devel
[Top][All Lists]
Advanced

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

comment-dwim inserts `;;;' in lisp mode


From: Reiner Steib
Subject: comment-dwim inserts `;;;' in lisp mode
Date: Fri, 14 Dec 2007 22:57:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

Hi,

in GNU Emacs 23.0.50.7 (i686-pc-linux-gnu, GTK+ Version 2.10.6) of
2007-12-08, `comment-dwim' inserts three semi-colons whereas in GNU
Emacs 22.1.1 (i586-suse-linux-gnu, GTK+ Version 2.11.6) it insert only
two semi-colons.

To reproduce:

emacs -Q, type "foo", RET, C-SPC, C-SPC, <up>, M-; 

Result in Emacs CVS:

--8<---------------
;;; foo
--8<---------------

Expected result (and result in Emacs 22.1 and Emacs 22 branch):

--8<---------------
;; foo
--8<---------------

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

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