emacs-devel
[Top][All Lists]
Advanced

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

Re: footnote-style latin doesn't renumber


From: Richard Stallman
Subject: Re: footnote-style latin doesn't renumber
Date: Thu, 12 Apr 2007 21:41:54 -0400

Does this change make it easier to customize the variable?  (You will
need rebuild Emacs after doing `cd lisp; make autoloads'.)

*** footnote.el 21 Jan 2007 01:36:13 -0500      1.15
--- footnote.el 12 Apr 2007 17:50:50 -0400      
***************
*** 277,282 ****
--- 277,283 ----
                (mod (1- n) (length footnote-latin-regexp)))))
  
  ;;; list of all footnote styles
+ ;;;###autoload
  (defvar footnote-style-alist
    `((numeric Footnote-numeric ,footnote-numeric-regexp)
      (english-lower Footnote-english-lower ,footnote-english-lower-regexp)
***************
*** 290,295 ****
--- 291,297 ----
  See footnote-han.el, footnote-greek.el and footnote-hebrew.el for more
  exciting styles.")
  
+ ;;;###autoload
  (defcustom footnote-style 'numeric
    "*Style used for footnoting.
  numeric == 1, 2, 3, ...




reply via email to

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