comparison lisp/progmodes/cc-menus.el @ 38422:7a94f1c588c4

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 07:46:48 +0000
parents 32a4317c6aa5
children 7a3ac6c387fe
comparison
equal deleted inserted replaced
38421:207796d8dffc 38422:7a94f1c588c4
26 26
27 ;; You should have received a copy of the GNU General Public License 27 ;; You should have received a copy of the GNU General Public License
28 ;; along with this program; see the file COPYING. If not, write to 28 ;; along with this program; see the file COPYING. If not, write to
29 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 29 ;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
30 ;; Boston, MA 02111-1307, USA. 30 ;; Boston, MA 02111-1307, USA.
31
32 ;;; Commentary:
33
34 ;;; Code:
31 35
32 (eval-when-compile 36 (eval-when-compile
33 (let ((load-path 37 (let ((load-path
34 (if (and (boundp 'byte-compile-dest-file) 38 (if (and (boundp 'byte-compile-dest-file)
35 (stringp byte-compile-dest-file)) 39 (stringp byte-compile-dest-file))
409 (setq imenu-generic-expression mode-generic-expression 413 (setq imenu-generic-expression mode-generic-expression
410 imenu-case-fold-search nil)) 414 imenu-case-fold-search nil))
411 415
412 416
413 (cc-provide 'cc-menus) 417 (cc-provide 'cc-menus)
418
414 ;;; cc-menus.el ends here 419 ;;; cc-menus.el ends here