emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp.el
Date: Tue, 21 Jun 2005 09:44:24 -0400

Index: emacs/lisp/emacs-lisp/lisp.el
diff -c emacs/lisp/emacs-lisp/lisp.el:1.65 emacs/lisp/emacs-lisp/lisp.el:1.66
*** emacs/lisp/emacs-lisp/lisp.el:1.65  Wed May 18 08:28:52 2005
--- emacs/lisp/emacs-lisp/lisp.el       Tue Jun 21 13:44:23 2005
***************
*** 489,495 ****
  expressions (\"sexps\") in general.  This is done according to the
  current syntax table and will find unbalanced brackets or quotes as
  appropriate.  (See Info node `(emacs)Parentheses'.)  If imbalance is
! found, an error is signalled and point is left at the first unbalanced
  character."
    (interactive)
    (condition-case data
--- 489,495 ----
  expressions (\"sexps\") in general.  This is done according to the
  current syntax table and will find unbalanced brackets or quotes as
  appropriate.  (See Info node `(emacs)Parentheses'.)  If imbalance is
! found, an error is signaled and point is left at the first unbalanced
  character."
    (interactive)
    (condition-case data




reply via email to

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