Skip to content
  • Thomas Bellman's avatar
    af3646d7
    Remove some apostrophes from comments to work around puppet-mode bug. · af3646d7
    Thomas Bellman authored
    The Emacs puppet-mode misinterprets apostrophes in comments and think
    they are string quotes.  This breaks end-of-defun (C-M-e).  By not
    having unmatched apostrophes in comments in class and define bodies,
    we work around that.
    
    This also fixes a genuine misspelling ("it's" instead of "its").
    
    This was originally commit 028ff3e2716c in nsc-puppet-utils.
    af3646d7
    Remove some apostrophes from comments to work around puppet-mode bug.
    Thomas Bellman authored
    The Emacs puppet-mode misinterprets apostrophes in comments and think
    they are string quotes.  This breaks end-of-defun (C-M-e).  By not
    having unmatched apostrophes in comments in class and define bodies,
    we work around that.
    
    This also fixes a genuine misspelling ("it's" instead of "its").
    
    This was originally commit 028ff3e2716c in nsc-puppet-utils.
Loading