emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108117: * lisp/progmodes/hideshow


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108117: * lisp/progmodes/hideshow.el (hs-block-end-regexp): Restore lost
Date: Mon, 20 Aug 2012 11:26:46 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108117
committer: Dan Nicolaescu <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-08-20 11:26:46 -0400
message:
  * lisp/progmodes/hideshow.el (hs-block-end-regexp): Restore lost
    buffer local setting.
modified:
  lisp/ChangeLog
  lisp/progmodes/hideshow.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-08-15 19:03:14 +0000
+++ b/lisp/ChangeLog    2012-08-20 15:26:46 +0000
@@ -1,3 +1,8 @@
+2012-08-20  Dan Nicolaescu  <address@hidden>
+
+       * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
+       buffer local setting.
+
 2012-08-15  Chong Yidong  <address@hidden>
 
        * Version 24.2 released.

=== modified file 'lisp/progmodes/hideshow.el'
--- a/lisp/progmodes/hideshow.el        2012-03-21 17:02:09 +0000
+++ b/lisp/progmodes/hideshow.el        2012-08-20 15:26:46 +0000
@@ -408,6 +408,8 @@
 
 (defvar hs-block-end-regexp nil
   "Regexp for end of block.")
+(make-variable-buffer-local 'hs-block-end-regexp)
+
 
 (defvar hs-forward-sexp-func 'forward-sexp
   "Function used to do a `forward-sexp'.


reply via email to

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